Skip to content

Commit 99586ed

Browse files
committed
Update renovate.json
1 parent 17d5c83 commit 99586ed

File tree

2 files changed

+22
-3
lines changed

2 files changed

+22
-3
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: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,24 @@
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": [
44
"config:recommended"
5-
]
5+
],
6+
"ansible-galaxy": {
7+
"fileMatch": ["(^|/)[\\w-]*requirements([_.]\\w+)?\\.ya?ml$"],
8+
"packageRules": [
9+
{
10+
"matchPackageNames": "*",
11+
"groupName": "ansible collections"
12+
}
13+
]
14+
},
15+
"pip_requirements": {
16+
"fileMatch": ["(^|/)[\\w-]*requirements([_.]\\w+)?\\.(txt|pip)$"],
17+
"packageRules": [
18+
{
19+
"matchPackageNames": "*",
20+
"groupName": "python dependencies"
21+
}
22+
]
23+
},
24+
"schedule": ["at 12am every monday"]
625
}

0 commit comments

Comments
 (0)