Skip to content

Commit fb89081

Browse files
chore: Configure Renovate (#788)
--------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Alessandro Fael Garcia <alessfg@hotmail.com>
1 parent 866037f commit fb89081

File tree

2 files changed

+42
-2
lines changed

2 files changed

+42
-2
lines changed

.github/workflows/requirements/requirements_collections.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ collections:
44
version: 1.5.4
55
- name: community.general
66
version: 9.2.0
7-
- name: community.crypto # Only required if you plan to install NGINX Plus
7+
- name: community.crypto
88
version: 2.21.1
9-
- name: community.docker # Only required if you plan to use Molecule
9+
- name: community.docker
1010
version: 3.11.0

renovate.json

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": [
4+
"config:recommended"
5+
],
6+
"ansible-galaxy": {
7+
"fileMatch": ["(^|/)[\\w-]*requirements([_.]\\w+)?\\.ya?ml$"],
8+
"packageRules": [
9+
{
10+
"matchPackageNames": ["*"],
11+
"groupName": "Ansible collections"
12+
}
13+
]
14+
},
15+
"github-actions": {
16+
"packageRules": [
17+
{
18+
"matchPackageNames": [
19+
"actions/**",
20+
"github/**"
21+
],
22+
"groupName": "GitHub Actions"
23+
},
24+
{
25+
"matchPackageNames": ["docker/**"],
26+
"groupName": "Docker Actions"
27+
}
28+
]
29+
},
30+
"pip_requirements": {
31+
"fileMatch": ["(^|/)[\\w-]*requirements([_.]\\w+)?\\.(txt|pip)$"],
32+
"packageRules": [
33+
{
34+
"matchPackageNames": ["*"],
35+
"groupName": "Python dependencies"
36+
}
37+
]
38+
},
39+
"schedule": ["at 12am every monday"]
40+
}

0 commit comments

Comments
 (0)