Skip to content

Commit

Permalink
Ignore deps major version upgrades in Dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
petarov authored Apr 9, 2024
1 parent ebe97bd commit af45893
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,6 @@ updates:
directory: "/"
schedule:
interval: "monthly"
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-major"]

0 comments on commit af45893

Please sign in to comment.