File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "$schema" : " https://docs.renovatebot.com/renovate-schema.json" ,
3
+ "extends" : [" config:base" ],
4
+ "separateMajorMinor" : false ,
5
+ "pip-compile" : {
6
+ "fileMatch" : [" (^|/)requirements\\ .in$" ]
7
+ },
8
+ "pip_requirements" : {
9
+ "enabled" : false
10
+ },
11
+ "packageRules" : [
12
+ {
13
+ "groupName" : " Main NPM deps" ,
14
+ "matchPaths" : [" +(package*.json)" ],
15
+ "lockFileMaintenance" : {"enabled" : true },
16
+ "schedule" : [" after 5am and before 8am on the first day of the month" ]
17
+ },
18
+ {
19
+ "groupName" : " Docs Python deps" ,
20
+ "matchManagers" : [" pip-compile" ],
21
+ "matchFiles" : [" docs/requirements.in" ],
22
+ "schedule" : [" after 5am and before 8am on the first day of the month" ]
23
+ },
24
+ {
25
+ "groupName" : " GH Actions" ,
26
+ "matchManagers" : [" github-actions" ],
27
+ "schedule" : [" after 5am and before 8am on the first day of the month" ]
28
+ }
29
+ ]
30
+ }
You can’t perform that action at this time.
0 commit comments