Skip to content

Commit

Permalink
Configure dependabot to only open PRs for major version bumps
Browse files Browse the repository at this point in the history
Security updates will always open PRs
  • Loading branch information
ChrisLovering committed Jan 4, 2025
1 parent 3972006 commit 7296b08
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ updates:
directory: "/"
schedule:
interval: "daily"
ignore:
update-types:
- sem-ver:patch
- sem-ver:minor
- package-ecosystem: "github-actions"
directory: "/"
schedule:
Expand Down

0 comments on commit 7296b08

Please sign in to comment.