From 8dce58c6846cdb11dde890bf0a17534799bb5ec8 Mon Sep 17 00:00:00 2001 From: Teppei Fukuda Date: Mon, 15 Sep 2025 13:06:44 +0400 Subject: [PATCH] ci(deps): add 3-day cooldown period for Dependabot updates (#9475) --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 30b1683a0b..15ba402394 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -21,6 +21,8 @@ updates: directory: / schedule: interval: weekly + cooldown: + default-days: 3 ignore: - dependency-name: "github.com/aquasecurity/trivy-*" ## `trivy-*` dependencies are updated manually groups: