chore(dependabot): ignore patch updates

This commit is contained in:
Marcello 2023-06-20 10:54:33 +02:00
parent 59745bcb5d
commit bd0147e7d8
Signed by: m-lamonaca
SSH key fingerprint: SHA256:8db8uii6Gweq7TbKixFBioW2T8CbgtyFETyYL3cr3zk

View file

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