Skip to content

Commit

Permalink
dependabot: fix no major updates (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
janedbal authored Aug 8, 2024
1 parent 23c07d3 commit 97878b1
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,9 @@ updates:
allow:
- dependency-type: development
versioning-strategy: increase
ignore:
-
dependency-name: "*"
update-types: ["version-update:semver-major"] # never update major versions
groups:
dev-dependencies:
dependency-type: development
update-types:
- minor
- patch

0 comments on commit 97878b1

Please sign in to comment.