Skip to content

Commit

Permalink
Dependabot should only open PRs for meaningful updates (#834)
Browse files Browse the repository at this point in the history
* Dependabot should only open PRs for meaningful updates

* Update dependabot.yml

---------

Co-authored-by: Christian Clauss <cclauss@me.com>
  • Loading branch information
benmccann and cclauss authored Jul 13, 2024
1 parent 8edf1cc commit 2823bad
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,12 @@ version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
groups:
github-actions:
patterns:
- "*" # Group all Actions updates into a single larger pull request
schedule:
interval: "daily"
allow:
# Allow both direct and indirect updates for all packages.
- dependency-type: "all"
# Allow up to 10 open pull requests for dependencies.
open-pull-requests-limit: 100 # TODO: Revert to 10
- package-ecosystem: github-actions
directory: /
groups:
Expand Down

0 comments on commit 2823bad

Please sign in to comment.