Skip to content

Commit f1a5b9a

Browse files
committed
chore: Further Renovate tweaks
1 parent c44cdb9 commit f1a5b9a

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

Diff for: .github/renovate.json

+23
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@
1111
{
1212
"matchPackageNames": ["*"],
1313
"groupName": "Ansible collections"
14+
},
15+
{
16+
"matchUpdateTypes": ["minor", "patch"],
17+
"matchCurrentVersion": "!/^0/",
18+
"automerge": true
1419
}
1520
]
1621
},
@@ -30,6 +35,15 @@
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
},
@@ -39,6 +53,15 @@
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
}

0 commit comments

Comments
 (0)