Skip to content

Commit e53cfa6

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 e53cfa6

File tree

2 files changed

+48
-2
lines changed

2 files changed

+48
-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: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": [
4+
"config:recommended"
5+
],
6+
"labels": ["dependencies"],
7+
"prHourlyLimit": 0,
8+
"schedule": ["* 0-7 * * 1"],
9+
"ansible-galaxy": {
10+
"fileMatch": ["(^|/)[\\w-]*requirements([_.]\\w+)?\\.ya?ml$"],
11+
"packageRules": [
12+
{
13+
"matchPackageNames": ["*"],
14+
"groupName": "Ansible collections"
15+
}
16+
]
17+
},
18+
"dockerfile": {
19+
"ignorePaths": ["molecule/**/Dockerfile.j2"]
20+
},
21+
"github-actions": {
22+
"labels": ["skip-changelog"],
23+
"packageRules": [
24+
{
25+
"matchPackageNames": [
26+
"actions/**",
27+
"github/**"
28+
],
29+
"groupName": "GitHub Actions"
30+
},
31+
{
32+
"matchPackageNames": ["docker/**"],
33+
"groupName": "Docker Actions"
34+
}
35+
]
36+
},
37+
"pip_requirements": {
38+
"fileMatch": ["(^|/)[\\w-]*requirements([_.]\\w+)?\\.(txt|pip)$"],
39+
"packageRules": [
40+
{
41+
"matchPackageNames": ["*"],
42+
"groupName": "Python dependencies"
43+
}
44+
]
45+
}
46+
}

0 commit comments

Comments
 (0)