chore(dependabot): ignore patch updates

This commit is contained in:
Marcello 2023-06-20 10:43:45 +02:00 committed by GitHub
parent f8fd198c58
commit f347102062
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,3 +7,7 @@ updates:
commit-message: commit-message:
prefix: "Cargo" prefix: "Cargo"
include: "scope" include: "scope"
ignore:
# ignore patch updates
- dependency-name: "*"
update-types: ["version-update:semver-patch"]