ci: dependabot cooldown 65d2ae

This commit is contained in:
Ikiru Yoshizaki
2025-09-10 12:34:40 +09:00
parent 64285ae060
commit 95998ff3f2

View File

@@ -5,8 +5,10 @@ updates:
directory: "/" directory: "/"
schedule: schedule:
interval: "weekly" # Check for updates to GitHub Actions every week 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: ignore:
# I just want update action when major/minor version is updated. patch updates are too noisy. # I just want update action when major/minor version is updated. patch updates are too noisy.
- dependency-name: '*' - dependency-name: "*"
update-types: update-types:
- version-update:semver-patch - version-update:semver-patch