Skip to content

Commit

Permalink
dependabot: use groups (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
janedbal authored Apr 2, 2024
1 parent ab8c0f2 commit 37fea91
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,13 @@ updates:
schedule:
interval: monthly
versioning-strategy: lockfile-only
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

0 comments on commit 37fea91

Please sign in to comment.