Skip to content

Commit

Permalink
build: ignore patch and minor version updates
Browse files Browse the repository at this point in the history
Becuase these are already included in the allowed dependency version ranges.
Only exception would be
  • Loading branch information
aljazerzen committed Feb 27, 2024
1 parent 81cdf88 commit 1cb0f4e
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 @@ -6,3 +6,6 @@ updates:
directory: /
schedule:
interval: weekly
ignore:
- dependency-name: '*'
update-types: [version-update:semver-patch]

0 comments on commit 1cb0f4e

Please sign in to comment.