Skip to content

Commit

Permalink
chore(dependabot): ignore patch releases
Browse files Browse the repository at this point in the history
hopefully reduces some noise
  • Loading branch information
lionralfs committed Mar 29, 2023
1 parent f18ad6a commit 5a61200
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 @@ -13,7 +13,6 @@ updates:
schedule:
interval: 'weekly'
day: 'wednesday'
reviewers:
- 'lionralfs'
allow:
- dependency-type: 'all'
ignore:
- dependency-name: '*'
update-types: ['version-update:semver-patch']

0 comments on commit 5a61200

Please sign in to comment.