Merge pull request #4510 from cli/dependabot-patch

Configure Dependabot to only consider patch version bumps
This commit is contained in:
Mislav Marohnić 2021-10-13 21:01:39 +02:00 committed by GitHub
commit 53479c712c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,6 +4,11 @@ updates:
directory: "/"
schedule:
interval: "daily"
ignore:
- dependency-name: "*"
update-types:
- version-update:semver-minor
- version-update:semver-major
- package-ecosystem: "github-actions"
directory: "/"
schedule: