Compare commits

..

1 Commits

Author SHA1 Message Date
Tommaso Checchi
00da4e60c0 Merge 6b1e951b64 into 64285ae060 2025-08-20 13:01:08 +02:00

View File

@@ -5,10 +5,8 @@ updates:
directory: "/"
schedule:
interval: "weekly" # Check for updates to GitHub Actions every week
cooldown:
default-days: 14 # Wait 14 days before creating another PR for the same dependency. This will prevent vulnerability on the package impact.
ignore:
# I just want update action when major/minor version is updated. patch updates are too noisy.
- dependency-name: "*"
- dependency-name: '*'
update-types:
- version-update:semver-patch