From 9c03308037b31dc10d97f86446c0a0cb1a87e151 Mon Sep 17 00:00:00 2001 From: cpovirk Date: Fri, 24 Jul 2026 09:00:48 -0700 Subject: [PATCH] Set a cooldown period for Dependabot upgrades. Compare cl/951598053 / https://github.com/google/guava/pull/8567, inspired by https://github.com/google/guava/pull/8565. RELNOTES=n/a PiperOrigin-RevId: 953394403 --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0efcbbd4..2b7fdf89 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,6 +4,8 @@ updates: directory: "/" schedule: interval: "weekly" + cooldown: + default-days: 7 groups: dependencies: applies-to: version-updates @@ -18,6 +20,8 @@ updates: directory: "/" schedule: interval: "monthly" + cooldown: + default-days: 7 groups: github-actions: applies-to: version-updates