File tree 1 file changed +23
-0
lines changed
1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change 11
11
{
12
12
"matchPackageNames" : [" *" ],
13
13
"groupName" : " Ansible collections"
14
+ },
15
+ {
16
+ "matchUpdateTypes" : [" minor" , " patch" ],
17
+ "matchCurrentVersion" : " !/^0/" ,
18
+ "automerge" : true
14
19
}
15
20
]
16
21
},
30
35
{
31
36
"matchPackageNames" : [" docker/**" ],
32
37
"groupName" : " Docker Actions"
38
+ },
39
+ {
40
+ "enabled" : false ,
41
+ "matchUpdateTypes" : [" digest" ]
42
+ },
43
+ {
44
+ "matchUpdateTypes" : [" minor" , " patch" ],
45
+ "matchCurrentVersion" : " !/^0/" ,
46
+ "automerge" : true
33
47
}
34
48
]
35
49
},
39
53
{
40
54
"matchPackageNames" : [" *" ],
41
55
"groupName" : " Python dependencies"
56
+ },
57
+ {
58
+ "matchPackageNames" : [" ansible-core" ],
59
+ "separateMinorPatch" : true
60
+ },
61
+ {
62
+ "matchUpdateTypes" : [" patch" ],
63
+ "matchCurrentVersion" : " !/^0/" ,
64
+ "automerge" : true
42
65
}
43
66
]
44
67
}
You can’t perform that action at this time.
0 commit comments