dependabot: ignore patch updates

This commit is contained in:
Maarten
2023-08-28 16:04:08 +02:00
committed by GitHub
parent d2bf485db5
commit 1ae267e610

View File

@@ -4,3 +4,6 @@ updates:
directory: "/"
schedule:
interval: "daily"
# ignore small updates
ignore:
update-types: ["version-update:semver-patch"]