Skip to content

Commit 8351218

Browse files
authored
Modify Dependabot settings for GitHub Actions (#857)
Updated Dependabot configuration to allow only 1 open pull request for GitHub Actions and removed specific reviewers.
1 parent 6130ad5 commit 8351218

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/dependabot.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,12 @@ updates:
1313
pull-request-branch-name:
1414
# Separate sections of the branch name with a hyphen for example, `dependabot-npm_and_yarn-next_js-acorn-6.4.1`
1515
separator: "-"
16-
# Allow up to 5 open pull requests for GitHub Actions
17-
open-pull-requests-limit: 5
18-
reviewers:
19-
- "borda"
16+
groups:
17+
github-actions:
18+
patterns:
19+
- "*"
20+
# Allow up to 1 open pull requests for GitHub Actions
21+
open-pull-requests-limit: 1
2022

2123
# Enable version updates for python
2224
- package-ecosystem: "pip"
@@ -33,5 +35,3 @@ updates:
3335
separator: "-"
3436
# Allow up to 5 open pull requests for pip dependencies
3537
open-pull-requests-limit: 5
36-
reviewers:
37-
- "willingc"

0 commit comments

Comments
 (0)