File tree Expand file tree Collapse file tree 1 file changed +29
-10
lines changed
Expand file tree Collapse file tree 1 file changed +29
-10
lines changed Original file line number Diff line number Diff line change 11version : 2
22updates :
33 # Maintain dependencies for Cargo
4- - package-ecosystem : cargo
4+ - package-ecosystem : " cargo"
55 directory : " /"
66 schedule :
7- interval : daily
8- open-pull-requests-limit : 10
7+ # Only check for updates once a month.
8+ interval : " monthly"
9+ # Don't allow more than 2 open pull requests for version updates.
10+ # Security updates are not affected by this limit.
11+ open-pull-requests-limit : 2
12+ # Group all Cargo version updates into a single pull request.
13+ # This means you'll get one PR for all cargo deps, not one for each.
14+ groups :
15+ cargo-dependencies :
16+ patterns :
17+ - " *"
918
1019 # Maintain dependencies for NPM
11- - package-ecosystem : npm
20+ - package-ecosystem : " npm"
1221 directory : " /"
1322 schedule :
14- interval : daily
15- open-pull-requests-limit : 10
23+ # Only check for updates once a month.
24+ interval : " monthly"
25+ open-pull-requests-limit : 2
26+ groups :
27+ npm-dependencies :
28+ patterns :
29+ - " *"
1630
1731 # Maintain dependencies for GitHub Actions
18- - package-ecosystem : github-actions
32+ - package-ecosystem : " github-actions"
1933 directory : " /"
2034 schedule :
21- interval : daily
22- open-pull-requests-limit : 10
23-
35+ # Only check for updates once a month.
36+ interval : " monthly"
37+ open-pull-requests-limit : 2
38+ # Group all GitHub Actions updates into a single pull request.
39+ groups :
40+ github-actions :
41+ patterns :
42+ - " *"
You can’t perform that action at this time.
0 commit comments