Skip to content

Commit 6092dfb

Browse files
authored
Chore Dependabot settings to group GHA (#318)
1 parent 0cf147f commit 6092dfb

1 file changed

Lines changed: 6 additions & 9 deletions

File tree

.github/dependabot.yml

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,13 @@ updates:
1111
schedule:
1212
interval: "monthly"
1313
# Labels on pull requests for version updates only
14-
labels: ["CI"]
14+
labels: ["dependencies"]
1515
pull-request-branch-name:
1616
# Separate sections of the branch name with a hyphen
1717
# for example, `dependabot-npm_and_yarn-next_js-acorn-6.4.1`
1818
separator: "-"
1919
# Allow up to 5 open pull requests for pip dependencies
2020
open-pull-requests-limit: 5
21-
reviewers:
22-
- "borda"
2321

2422
# Enable version updates for GitHub Actions
2523
- package-ecosystem: "github-actions"
@@ -30,10 +28,9 @@ updates:
3028
# Labels on pull requests for version updates only
3129
labels: ["CI"]
3230
pull-request-branch-name:
33-
# Separate sections of the branch name with a hyphen
34-
# for example, `dependabot-npm_and_yarn-next_js-acorn-6.4.1`
3531
separator: "-"
36-
# Allow up to 5 open pull requests for GitHub Actions
37-
open-pull-requests-limit: 5
38-
reviewers:
39-
- "borda"
32+
open-pull-requests-limit: 1
33+
groups:
34+
github-actions:
35+
patterns:
36+
- "*"

0 commit comments

Comments
 (0)