Skip to content

Commit

Permalink
Forbid dependabot from performing major version bumps (#6852)
Browse files Browse the repository at this point in the history
  • Loading branch information
pnacht authored Dec 13, 2023
1 parent 686fdd8 commit 43e4461
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 @@ -13,3 +13,6 @@ updates:
github-actions:
patterns:
- "*"
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-major"]

0 comments on commit 43e4461

Please sign in to comment.