File tree Expand file tree Collapse file tree 1 file changed +20
-14
lines changed
Expand file tree Collapse file tree 1 file changed +20
-14
lines changed Original file line number Diff line number Diff line change 11# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
2- # NOTE: all ecosystems are set to 0, because we do our own dependencies upgrades. This configuration is just to make
3- # GitHub aware of the relevant ecosystems we use .
2+ # NOTE: some ecosystems are set to 0, when we do our own dependencies upgrades. These configurations are just to make
3+ # GitHub aware of the relevant ecosystems.
44
55version : 2
66updates :
77 - package-ecosystem : npm
88 directory : /
99 schedule :
10- interval : daily
11- time : " 11:00"
10+ interval : weekly
11+ day : tuesday
12+ time : " 08:00"
1213 timezone : Europe/Berlin
1314 allow :
1415 - dependency-type : production
15- open-pull-requests-limit : 0
16+ groups :
17+ all-npm-dependencies :
18+ patterns :
19+ - " *"
1620
1721 - package-ecosystem : bundler
1822 directory : /docs
1923 schedule :
20- interval : daily
21- time : " 11:00"
24+ interval : weekly
25+ day : tuesday
26+ time : " 08:00"
2227 timezone : Europe/Berlin
23- allow :
24- - dependency-type : direct
25- open-pull-requests-limit : 0
2628
2729 - package-ecosystem : github-actions
28- directory : /.github
30+ directory : /
2931 schedule :
30- interval : daily
31- time : " 11:00"
32+ interval : weekly
33+ day : tuesday
34+ time : " 08:00"
3235 timezone : Europe/Berlin
33- open-pull-requests-limit : 0
36+ groups :
37+ all-action-dependencies :
38+ patterns :
39+ - " *"
You can’t perform that action at this time.
0 commit comments