File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "$schema" : " https://docs.renovatebot.com/renovate-schema.json" ,
3- "extends" : [
4- " config:recommended"
5- ],
3+ "extends" : [" config:recommended" ],
64 "timezone" : " Europe/Berlin" ,
7- "schedule" : " before 2am every weekday " ,
5+ "schedule" : [ " at any time " ] ,
86 "labels" : [
97 " bot" ,
108 " renovate" ,
119 " dependencies" ,
1210 " skip:test:long_running" ,
1311 " skip:codecov"
1412 ],
15- "ignorePaths" : [
16- " plugins/manifest/package.json"
13+ "lockFileMaintenance" : {
14+ "enabled" : true ,
15+ "schedule" : [" before 5am on monday" ]
16+ },
17+ "packageRules" : [
18+ {
19+ "groupName" : " minor and patch dependencies" ,
20+ "matchManagers" : [" pep621" ],
21+ "matchUpdateTypes" : [" minor" , " patch" ]
22+ },
23+ {
24+ "groupName" : " GitHub Actions" ,
25+ "matchManagers" : [" github-actions" ],
26+ "separateMajorMinor" : false
27+ }
1728 ]
18- }
29+ }
You can’t perform that action at this time.
0 commit comments