File tree 3 files changed +48
-2
lines changed
3 files changed +48
-2
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "$schema" : " https://docs.renovatebot.com/renovate-schema.json" ,
3
+ "extends" : [" config:recommended" ],
4
+ "labels" : [" dependencies" ],
5
+ "prConcurrentLimit" : 0 ,
6
+ "prHourlyLimit" : 0 ,
7
+ "schedule" : [" * 0-7 * * 1" ],
8
+ "ansible-galaxy" : {
9
+ "fileMatch" : [" (^|/)[\\ w-]*requirements([_.]\\ w+)?\\ .ya?ml$" ],
10
+ "packageRules" : [
11
+ {
12
+ "matchPackageNames" : [" *" ],
13
+ "groupName" : " Ansible collections"
14
+ }
15
+ ]
16
+ },
17
+ "dockerfile" : {
18
+ "ignorePaths" : [" molecule/**/Dockerfile.j2" ]
19
+ },
20
+ "github-actions" : {
21
+ "addLabels" : [" skip-changelog" ],
22
+ "packageRules" : [
23
+ {
24
+ "matchPackageNames" : [
25
+ " actions/**" ,
26
+ " github/**"
27
+ ],
28
+ "groupName" : " GitHub Actions"
29
+ },
30
+ {
31
+ "matchPackageNames" : [" docker/**" ],
32
+ "groupName" : " Docker Actions"
33
+ }
34
+ ]
35
+ },
36
+ "pip_requirements" : {
37
+ "fileMatch" : [" (^|/)[\\ w-]*requirements([_.]\\ w+)?\\ .(txt|pip)$" ],
38
+ "packageRules" : [
39
+ {
40
+ "matchPackageNames" : [" *" ],
41
+ "groupName" : " Python dependencies"
42
+ }
43
+ ]
44
+ }
45
+ }
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ collections:
4
4
version : 1.5.4
5
5
- name : community.general
6
6
version : 9.2.0
7
- - name : community.crypto # Only required if you plan to install NGINX Plus
7
+ - name : community.crypto
8
8
version : 2.21.1
9
- - name : community.docker # Only required if you plan to use Molecule
9
+ - name : community.docker
10
10
version : 3.11.0
Original file line number Diff line number Diff line change 40
40
- Bump the minimum version of Ansible supported on Ansible Galaxy to ` 2.16 ` .
41
41
- Remove platform metadata from the Ansible Galaxy role metadata since platforms are no longer supported in Ansible Galaxy NG.
42
42
- Implement OSSF Scorecard.
43
+ - Implement Renovate Bot.
43
44
44
45
## 0.24.3 (July 11, 2024)
45
46
You can’t perform that action at this time.
0 commit comments