Skip to content

Commit 69395c3

Browse files
committed
chore: Sync core role Renovatebot config
1 parent 55b559b commit 69395c3

File tree

1 file changed

+19
-12
lines changed

1 file changed

+19
-12
lines changed

.github/renovate.json

Lines changed: 19 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -12,29 +12,24 @@
1212
"schedule": [
1313
"* 0-7 * * 1"
1414
],
15-
"separateMultipleMajor": true,
1615
"packageRules": [
1716
{
1817
"groupName": "Ansible collections",
1918
"matchManagers": [
2019
"ansible-galaxy",
2120
"custom.regex"
22-
]
23-
}
24-
],
25-
"ansible-galaxy": {
26-
"fileMatch": [
27-
"(^|/)[\\w-]*requirements([_.]\\w+)?\\.ya?ml$"
28-
],
29-
"packageRules": [
30-
{
31-
"automerge": true,
21+
],
22+
"automerge": true,
3223
"matchCurrentVersion": "!/^0/",
3324
"matchUpdateTypes": [
3425
"minor",
3526
"patch"
3627
]
37-
}
28+
}
29+
],
30+
"ansible-galaxy": {
31+
"fileMatch": [
32+
"(^|/)[\\w-]*requirements([_.]\\w+)?\\.ya?ml$"
3833
]
3934
},
4035
"customManagers": [
@@ -105,6 +100,18 @@
105100
"matchPackageNames": [
106101
"ansible-core"
107102
],
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,
108115
"separateMinorPatch": true
109116
},
110117
{

0 commit comments

Comments
 (0)