@@ -10,26 +10,23 @@ updates:
1010 # Check for updates once a month
1111 schedule :
1212 interval : " monthly"
13+ groups :
14+ production-deps :
15+ dependency-type : " production"
16+ development-deps :
17+ dependency-type : " development"
1318 # Labels on pull requests for version updates only
1419 labels : ["maintenance"]
15- pull-request-branch-name :
16- # Separate sections of the branch name with a hyphen
17- # for example, `dependabot-npm_and_yarn-next_js-acorn-6.4.1`
18- separator : " -"
19- # Allow up to 5 open pull requests for pip dependencies
20- open-pull-requests-limit : 5
20+ # Allow up to N open pull requests for pip dependencies
21+ open-pull-requests-limit : 3
2122
2223 # Enable version updates for GitHub Actions
2324 - package-ecosystem : " github-actions"
2425 directory : " /"
25- # Check for updates once a week
26+ # Check for updates once a monthly
2627 schedule :
2728 interval : " monthly"
2829 # Labels on pull requests for version updates only
2930 labels : ["maintenance"]
30- pull-request-branch-name :
31- # Separate sections of the branch name with a hyphen
32- # for example, `dependabot-npm_and_yarn-next_js-acorn-6.4.1`
33- separator : " -"
34- # Allow up to 5 open pull requests for GitHub Actions
35- open-pull-requests-limit : 5
31+ # Allow up to N open pull requests for GitHub Actions
32+ open-pull-requests-limit : 3
0 commit comments