chore: ignore minor/patch versions of official actions (#73)

This commit is contained in:
Jonathan Yu 2021-05-22 11:20:38 -07:00 committed by GitHub
parent 1af4050abd
commit 60abdec164
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 2 deletions

View File

@ -9,9 +9,12 @@ updates:
commit-message:
prefix: "chore"
ignore:
# GitHub always delivers the latest versions for each major
# release tag, so handle updates manually
# These actions deliver the latest versions by updating the
# major release tag, so ignore minor/patch updates
- dependency-name: "actions/*"
update-types:
- "version-update:semver-minor"
- "version-update:semver-patch"
- package-ecosystem: "npm"
directory: "/"