We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6130ad5 commit 8351218Copy full SHA for 8351218
1 file changed
.github/dependabot.yml
@@ -13,10 +13,12 @@ updates:
13
pull-request-branch-name:
14
# Separate sections of the branch name with a hyphen for example, `dependabot-npm_and_yarn-next_js-acorn-6.4.1`
15
separator: "-"
16
- # Allow up to 5 open pull requests for GitHub Actions
17
- open-pull-requests-limit: 5
18
- reviewers:
19
- - "borda"
+ groups:
+ github-actions:
+ patterns:
+ - "*"
20
+ # Allow up to 1 open pull requests for GitHub Actions
21
+ open-pull-requests-limit: 1
22
23
# Enable version updates for python
24
- package-ecosystem: "pip"
@@ -33,5 +35,3 @@ updates:
33
35
34
36
# Allow up to 5 open pull requests for pip dependencies
37
open-pull-requests-limit: 5
- - "willingc"
0 commit comments