File tree 2 files changed +43
-21
lines changed
2 files changed +43
-21
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ {
2
+ "$schema" : "https://docs.renovatebot.com/renovate-schema.json" ,
3
+ "dependencyDashboard" : true ,
4
+ "suppressNotifications" : [ "prEditedNotification" ] ,
5
+ "extends" : [ "config:recommended" ] ,
6
+ "labels" : [ "internal" ] ,
7
+ "schedule" : [ "before 4am on Monday" ] ,
8
+ "separateMajorMinor" : false ,
9
+ "enabledManagers" : [
10
+ "github-actions" ,
11
+ "pre-commit" ,
12
+ "cargo" ,
13
+ "pep621" ,
14
+ "npm" ,
15
+ ] ,
16
+ "pep621" : {
17
+ "fileMatch" : [
18
+ "^(python|scripts)/.*pyproject\\.toml$" ,
19
+ ] ,
20
+ } ,
21
+ "npm" : {
22
+ "fileMatch" : [
23
+ "^playground/.*package\\.json$" ,
24
+ ] ,
25
+ } ,
26
+ "pre-commit" : {
27
+ "enabled" : true ,
28
+ } ,
29
+ "packageRules" : [
30
+ {
31
+ // Group upload/download artifact updates, the versions are dependent
32
+ "groupName" : "Artifact GitHub Actions dependencies" ,
33
+ "matchManagers" : [ "github-actions" ] ,
34
+ "matchPackagePatterns" : [ "actions/.*-artifact" ] ,
35
+ "description" : "Weekly update of artifact-related GitHub Actions dependencies" ,
36
+ } ,
37
+ {
38
+ "groupName" : "pre-commit dependencies" ,
39
+ "matchManagers" : [ "pre-commit" ] ,
40
+ "description" : "Weekly update of pre-commit dependencies" ,
41
+ } ,
42
+ ]
43
+ }
You can’t perform that action at this time.
0 commit comments