File tree Expand file tree Collapse file tree 1 file changed +19
-12
lines changed Expand file tree Collapse file tree 1 file changed +19
-12
lines changed Original file line number Diff line number Diff line change 1212 "schedule" : [
1313 " * 0-7 * * 1"
1414 ],
15- "separateMultipleMajor" : true ,
1615 "packageRules" : [
1716 {
1817 "groupName" : " Ansible collections" ,
1918 "matchManagers" : [
2019 " ansible-galaxy" ,
2120 " custom.regex"
22- ]
23- }
24- ],
25- "ansible-galaxy" : {
26- "fileMatch" : [
27- " (^|/)[\\ w-]*requirements([_.]\\ w+)?\\ .ya?ml$"
28- ],
29- "packageRules" : [
30- {
31- "automerge" : true ,
21+ ],
22+ "automerge" : true ,
3223 "matchCurrentVersion" : " !/^0/" ,
3324 "matchUpdateTypes" : [
3425 " minor" ,
3526 " patch"
3627 ]
37- }
28+ }
29+ ],
30+ "ansible-galaxy" : {
31+ "fileMatch" : [
32+ " (^|/)[\\ w-]*requirements([_.]\\ w+)?\\ .ya?ml$"
3833 ]
3934 },
4035 "customManagers" : [
105100 "matchPackageNames" : [
106101 " ansible-core"
107102 ],
103+ "separateMinorPatch" : true ,
104+ "separateMultipleMinor" : true
105+ },
106+ {
107+ "groupName" : " Ansible devtools" ,
108+ "matchPackageNames" : [
109+ " ansible-compat" ,
110+ " ansible-lint" ,
111+ " molecule" ,
112+ " molecule-plugins"
113+ ],
114+ "separateMajorMinor" : false ,
108115 "separateMinorPatch" : true
109116 },
110117 {
You can’t perform that action at this time.
0 commit comments