Skip to content

Commit 797c600

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

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/renovate.json

+11
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,17 @@
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+
},
106117
{
107118
"automerge": true,
108119
"matchUpdateTypes": [

0 commit comments

Comments
 (0)