dependabot.yml: lockfile-only versioning strategy

This commit is contained in:
Bo Anderson 2021-12-16 18:22:58 +00:00
parent 64bd95c01b
commit 731287ff95
No known key found for this signature in database
GPG Key ID: 3DB94E204E137D65

View File

@ -16,6 +16,7 @@ updates:
interval: weekly
allow:
- dependency-type: all
versioning-strategy: lockfile-only
- package-ecosystem: bundler
directory: /Library/Homebrew
@ -25,3 +26,4 @@ updates:
- dependency-type: all
ignore:
- dependency-name: sorbet-runtime
versioning-strategy: lockfile-only