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 12
12
"schedule" : [
13
13
" * 0-7 * * 1"
14
14
],
15
- "separateMultipleMajor" : true ,
16
15
"packageRules" : [
17
16
{
18
17
"groupName" : " Ansible collections" ,
19
18
"matchManagers" : [
20
19
" ansible-galaxy" ,
21
20
" 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 ,
32
23
"matchCurrentVersion" : " !/^0/" ,
33
24
"matchUpdateTypes" : [
34
25
" minor" ,
35
26
" patch"
36
27
]
37
- }
28
+ }
29
+ ],
30
+ "ansible-galaxy" : {
31
+ "fileMatch" : [
32
+ " (^|/)[\\ w-]*requirements([_.]\\ w+)?\\ .ya?ml$"
38
33
]
39
34
},
40
35
"customManagers" : [
105
100
"matchPackageNames" : [
106
101
" ansible-core"
107
102
],
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 ,
108
115
"separateMinorPatch" : true
109
116
},
110
117
{
You can’t perform that action at this time.
0 commit comments