Skip to content

Commit 06809ca

Browse files
committed
chore: Use Renovate to update README dependencies
1 parent 28c6473 commit 06809ca

File tree

1 file changed

+39
-23
lines changed

1 file changed

+39
-23
lines changed

.github/renovate.json

+39-23
Original file line numberDiff line numberDiff line change
@@ -5,64 +5,80 @@
55
"prConcurrentLimit": 0,
66
"prHourlyLimit": 0,
77
"schedule": ["* 0-7 * * 1"],
8+
"packageRules": [
9+
{
10+
"groupName": "Ansible collections",
11+
"matchPackageNames": ["*"],
12+
"managers": [
13+
"ansible-galaxy",
14+
"regex"
15+
],
16+
"additionalBranchPrefix": "",
17+
"packageRules": [
18+
{
19+
"automerge": true,
20+
"matchCurrentVersion": "!/^0/",
21+
"matchUpdateTypes": ["minor", "patch"]
22+
}
23+
]
24+
}
25+
],
826
"ansible-galaxy": {
9-
"fileMatch": ["(^|/)[\\w-]*requirements([_.]\\w+)?\\.ya?ml$"],
10-
"packageRules": [
11-
{
12-
"matchPackageNames": ["*"],
13-
"groupName": "Ansible collections"
14-
},
15-
{
16-
"matchUpdateTypes": ["minor", "patch"],
17-
"matchCurrentVersion": "!/^0/",
18-
"automerge": true
19-
}
20-
]
27+
"fileMatch": ["(^|/)[\\w-]*requirements([_.]\\w+)?\\.ya?ml$"]
2128
},
29+
"customManagers": [
30+
{
31+
"customType": "regex",
32+
"datasourceTemplate": "galaxy-collection",
33+
"fileMatch": ["README.md"],
34+
"matchStrings": ["- name: (?<depName>\\w+\\.\\w+)(?:\\s+#.*)?\\s+version: (?<currentValue>\\d+\\.\\d+\\.\\d+)"],
35+
"versioningTemplate": "semver"
36+
}
37+
],
2238
"dockerfile": {
2339
"ignorePaths": ["molecule/**/Dockerfile.j2"]
2440
},
2541
"github-actions": {
2642
"addLabels": ["skip-changelog"],
2743
"packageRules": [
2844
{
45+
"groupName": "GitHub Actions",
2946
"matchPackageNames": [
3047
"actions/**",
3148
"github/**"
32-
],
33-
"groupName": "GitHub Actions"
49+
]
3450
},
3551
{
36-
"matchPackageNames": ["docker/**"],
37-
"groupName": "Docker Actions"
52+
"groupName": "Docker Actions",
53+
"matchPackageNames": ["docker/**"]
3854
},
3955
{
4056
"enabled": false,
4157
"matchUpdateTypes": ["digest"]
4258
},
4359
{
60+
"automerge": true,
4461
"matchUpdateTypes": ["minor", "patch"],
45-
"matchCurrentVersion": "!/^0/",
46-
"automerge": true
62+
"matchCurrentVersion": "!/^0/"
4763
}
4864
]
4965
},
5066
"pip_requirements": {
5167
"fileMatch": ["(^|/)[\\w-]*requirements([_.]\\w+)?\\.(txt|pip)$"],
5268
"packageRules": [
5369
{
54-
"matchPackageNames": ["*"],
55-
"groupName": "Python dependencies"
70+
"groupName": "Python dependencies",
71+
"matchPackageNames": ["*"]
5672
},
5773
{
58-
"matchPackageNames": ["ansible-core"],
5974
"groupName": "Ansible core",
75+
"matchPackageNames": ["ansible-core"],
6076
"separateMinorPatch": true
6177
},
6278
{
79+
"automerge": true,
6380
"matchUpdateTypes": ["patch"],
64-
"matchCurrentVersion": "!/^0/",
65-
"automerge": true
81+
"matchCurrentVersion": "!/^0/"
6682
}
6783
]
6884
}

0 commit comments

Comments
 (0)