Skip to content

Commit

Permalink
Limit dependabot from automatically creating major version increments (
Browse files Browse the repository at this point in the history
…#3116)

### Description
Limit dependabot from automatically creating major version increments

### Issues Resolved
- Related #3107

Signed-off-by: Peter Nied <[email protected]>
  • Loading branch information
peternied authored Aug 8, 2023
1 parent 24c4884 commit 155d97e
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 @@ -6,3 +6,7 @@ updates:
interval: "weekly"
commit-message:
prefix: "dependabot:"
ignore:
# For all packages, ignore all major versions to minimize breaking issues
- dependency-name: "*"
update-types: ["version-update:semver-major"]

0 comments on commit 155d97e

Please sign in to comment.