Skip to content

Commit

Permalink
changed ignore so it ignores the updates we don't want
Browse files Browse the repository at this point in the history
  • Loading branch information
dbanks91 committed Apr 9, 2024
1 parent 3167ce4 commit 96f1e93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ updates:
interval: "weekly"
ignore:
- dependency-name: "*"
update-types: [ "version-update:semver-major" ]
update-types: [ "version-update:semver-patch", "version-update:semver-minor" ]
labels:
- "patch"
- "dependencies"

0 comments on commit 96f1e93

Please sign in to comment.