Skip to content

Commit

Permalink
dependabot: second attempt to exclude major updates
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen committed Jul 15, 2024
1 parent 543c95f commit 3641b51
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,11 @@ updates:
directory: "/" # Location of package manifests
schedule:
interval: "daily"
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-major"]
groups:
production-dependencies:
dependency-type: "production"
dev-dependencies:
dependency-type: "development"
update-types:
- "minor"
- "patch"

0 comments on commit 3641b51

Please sign in to comment.