Skip to content

Commit

Permalink
ci: Turn off minor and patch updates for dependabot (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
svanherk committed Jul 4, 2023
1 parent cac97ea commit e2bcc42
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,7 @@ updates:
directory: "/"
schedule:
interval: "weekly"
ignore:
# update-package-lock workflow aready handles minor/patch updates
- dependency-name: "*"
update-types: ["version-update:semver-minor", "version-update:semver-patch"]

0 comments on commit e2bcc42

Please sign in to comment.