We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7364da commit cf93440Copy full SHA for cf93440
.github/renovate.json
@@ -103,6 +103,22 @@
103
"separateMinorPatch": true,
104
"separateMultipleMinor": true
105
},
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
+ },
122
{
123
"automerge": true,
124
"matchUpdateTypes": [
0 commit comments