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- " :semanticCommitsDisabled"
6- ],
7- "labels" : [
8- " changelog: skip" ,
9- " dependencies"
10- ],
3+ "extends" : [" config:recommended" , " :semanticCommitsDisabled" ],
4+ "labels" : [" changelog: skip" , " dependencies" ],
115 "minimumReleaseAge" : " 7 days" ,
126 "packageRules" : [
137 {
148 "groupName" : " github-actions" ,
15- "matchManagers" : [
16- " github-actions"
17- ],
9+ "matchManagers" : [" github-actions" ],
1810 "separateMajorMinor" : false
1911 },
2012 {
2113 "groupName" : " docs/requirements.txt" ,
22- "matchFileNames" : [
23- " docs/requirements.txt"
24- ],
14+ "matchFileNames" : [" docs/requirements.txt" ],
2515 "separateMajorMinor" : false
2616 }
2717 ],
28- "schedule" : [
29- " on the first day of the month"
30- ]
18+ "schedule" : [" on the first day of the month" ]
3119}
You can’t perform that action at this time.
0 commit comments