From 95998ff3f2d8011da67c7b9ba0c75a57af5f6b26 Mon Sep 17 00:00:00 2001 From: Ikiru Yoshizaki <3856350+guitarrapc@users.noreply.github.com> Date: Wed, 10 Sep 2025 12:34:40 +0900 Subject: [PATCH] ci: dependabot cooldown 65d2ae --- .github/dependabot.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 63b36f3..88ecab0 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -5,8 +5,10 @@ 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