Update dependabot.yml

This commit is contained in:
Techno Tim 2022-06-03 23:07:24 -05:00 committed by GitHub
parent c1b67d8e91
commit c6d1f699d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,11 @@
version: 2
updates:
- package-ecosystem: "npm" # See documentation for possible values
- package-ecosystem: "bundler" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "daily"
rebase-strategy: "auto"
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-major"]