File tree Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Original file line number Diff line number Diff line change 1111 {
1212 "matchPackageNames" : [" *" ],
1313 "groupName" : " Ansible collections"
14+ },
15+ {
16+ "matchUpdateTypes" : [" minor" , " patch" ],
17+ "matchCurrentVersion" : " !/^0/" ,
18+ "automerge" : true
1419 }
1520 ]
1621 },
3035 {
3136 "matchPackageNames" : [" docker/**" ],
3237 "groupName" : " Docker Actions"
38+ },
39+ {
40+ "enabled" : false ,
41+ "matchUpdateTypes" : [" digest" ]
42+ },
43+ {
44+ "matchUpdateTypes" : [" minor" , " patch" ],
45+ "matchCurrentVersion" : " !/^0/" ,
46+ "automerge" : true
3347 }
3448 ]
3549 },
3953 {
4054 "matchPackageNames" : [" *" ],
4155 "groupName" : " Python dependencies"
56+ },
57+ {
58+ "matchPackageNames" : [" ansible-core" ],
59+ "separateMinorPatch" : true
60+ },
61+ {
62+ "matchUpdateTypes" : [" patch" ],
63+ "matchCurrentVersion" : " !/^0/" ,
64+ "automerge" : true
4265 }
4366 ]
4467 }
Original file line number Diff line number Diff line change 66 push :
77 branches : [main]
88 tags-ignore : ["**"]
9+ merge_group :
910 schedule :
1011 - cron : " 0 0 1 * *"
1112 workflow_dispatch :
You can’t perform that action at this time.
0 commit comments