Skip to content

Commit cf93440

Browse files
committed
chore: Group Ansible devtools together
1 parent d7364da commit cf93440

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

Diff for: .github/renovate.json

+16
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,22 @@
103103
"separateMinorPatch": true,
104104
"separateMultipleMinor": true
105105
},
106+
{
107+
"groupName": "Ansible devtools",
108+
"matchPackageNames": [
109+
"ansible-compat",
110+
"ansible-lint",
111+
"molecule",
112+
"molecule-plugins"
113+
],
114+
"separateMajorMinor": false,
115+
"separateMinorPatch": true,
116+
"automerge": true,
117+
"matchUpdateTypes": [
118+
"minor",
119+
"patch"
120+
]
121+
},
106122
{
107123
"automerge": true,
108124
"matchUpdateTypes": [

0 commit comments

Comments
 (0)