From 9ceceebdc387f38fe6969cbd1478df7f36f8267d Mon Sep 17 00:00:00 2001 From: link2xt Date: Wed, 15 Oct 2025 16:52:05 +0000 Subject: [PATCH] ci: set 7 days cooldown on Dependabot updates This fixes the warning and avoids updating to freshly published dependencies that are more likely to be unpublished. --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b85b67d1e..53a6945a2 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,6 +7,8 @@ updates: commit-message: prefix: "chore(cargo)" open-pull-requests-limit: 50 + cooldown: + default-days: 7 # Keep GitHub Actions up to date. # @@ -14,3 +16,5 @@ updates: directory: "/" schedule: interval: "weekly" + cooldown: + default-days: 7