File tree Expand file tree Collapse file tree 1 file changed +19
-7
lines changed
Expand file tree Collapse file tree 1 file changed +19
-7
lines changed Original file line number Diff line number Diff line change 11{
22 "$schema" : " https://docs.renovatebot.com/renovate-schema.json" ,
3- "extends" : [" config:base" , " :semanticCommitsDisabled" ],
4- "labels" : [" changelog: skip" , " dependencies" ],
3+ "extends" : [
4+ " config:recommended" ,
5+ " :semanticCommitsDisabled"
6+ ],
7+ "labels" : [
8+ " changelog: skip" ,
9+ " dependencies"
10+ ],
511 "minimumReleaseAge" : " 7 days" ,
612 "packageRules" : [
713 {
814 "groupName" : " github-actions" ,
9- "matchManagers" : [" github-actions" ],
10- "separateMajorMinor" : " false"
15+ "matchManagers" : [
16+ " github-actions"
17+ ],
18+ "separateMajorMinor" : false
1119 },
1220 {
1321 "groupName" : " docs/requirements.txt" ,
14- "matchPaths" : [" docs/requirements.txt" ],
15- "separateMajorMinor" : " false"
22+ "matchFileNames" : [
23+ " docs/requirements.txt"
24+ ],
25+ "separateMajorMinor" : false
1626 }
1727 ],
18- "schedule" : [" on the first day of the month" ]
28+ "schedule" : [
29+ " on the first day of the month"
30+ ]
1931}
You can’t perform that action at this time.
0 commit comments