Skip to content

Commit 07f8974

Browse files
committed
chore(fix): Automerge Renovate Ansible collection updates
1 parent 87e3ff2 commit 07f8974

File tree

1 file changed

+7
-11
lines changed

1 file changed

+7
-11
lines changed

.github/renovate.json

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -19,22 +19,18 @@
1919
"matchManagers": [
2020
"ansible-galaxy",
2121
"custom.regex"
22-
]
23-
}
24-
],
25-
"ansible-galaxy": {
26-
"fileMatch": [
27-
"(^|/)[\\w-]*requirements([_.]\\w+)?\\.ya?ml$"
28-
],
29-
"packageRules": [
30-
{
31-
"automerge": true,
22+
],
23+
"automerge": true,
3224
"matchCurrentVersion": "!/^0/",
3325
"matchUpdateTypes": [
3426
"minor",
3527
"patch"
3628
]
37-
}
29+
}
30+
],
31+
"ansible-galaxy": {
32+
"fileMatch": [
33+
"(^|/)[\\w-]*requirements([_.]\\w+)?\\.ya?ml$"
3834
]
3935
},
4036
"customManagers": [

0 commit comments

Comments
 (0)