File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed
.github/workflows/requirements Expand file tree Collapse file tree 2 files changed +10
-3
lines changed 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 2
2
"$schema" : " https://docs.renovatebot.com/renovate-schema.json" ,
3
3
"extends" : [
4
4
" config:recommended"
5
- ]
5
+ ],
6
+ "ansible-galaxy" : {
7
+ "fileMatch" : [" (^|/)[\\ w-]*requirements([_.]\\ w+)?\\ .ya?ml$" ]
8
+ },
9
+ "pip_requirements" : {
10
+ "fileMatch" : [" (^|/)[\\ w-]*requirements([_.]\\ w+)?\\ .(txt|pip)$" ]
11
+ },
12
+ "schedule" : [" at 12am every monday" ]
6
13
}
You can’t perform that action at this time.
0 commit comments