Skip to content

Commit

Permalink
Merge pull request #21 from mjhoy/trigger-dependabot-change
Browse files Browse the repository at this point in the history
add comment to the dependabot config
  • Loading branch information
mjhoy authored Jun 12, 2024
2 parents 9af41e8 + a8014d2 commit c93a696
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ updates:
interval: daily
ignore:
- dependency-name: "*"
# patch and minor updates don't matter for libraries; consumers will build
# with their own lockfile. we just want major updates.
update-types:
- "version-update:semver-patch"
- "version-update:semver-minor"

0 comments on commit c93a696

Please sign in to comment.