Skip to content

Commit 2823bad

Browse files
benmccanncclauss
andauthored
Dependabot should only open PRs for meaningful updates (#834)
* Dependabot should only open PRs for meaningful updates * Update dependabot.yml --------- Co-authored-by: Christian Clauss <[email protected]>
1 parent 8edf1cc commit 2823bad

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,12 @@ version: 2
55
updates:
66
- package-ecosystem: "npm"
77
directory: "/"
8+
groups:
9+
github-actions:
10+
patterns:
11+
- "*" # Group all Actions updates into a single larger pull request
812
schedule:
913
interval: "daily"
10-
allow:
11-
# Allow both direct and indirect updates for all packages.
12-
- dependency-type: "all"
13-
# Allow up to 10 open pull requests for dependencies.
14-
open-pull-requests-limit: 100 # TODO: Revert to 10
1514
- package-ecosystem: github-actions
1615
directory: /
1716
groups:

0 commit comments

Comments
 (0)