From 3dd0484f14b97f65ad9481867ac59804200f3746 Mon Sep 17 00:00:00 2001 From: William Storey Date: Fri, 26 Jun 2026 17:03:29 +0000 Subject: [PATCH] Add Dependabot cooldown and daily schedule Match the github-actions update config used by GeoIP2-ruby: open update PRs daily at 14:00 and hold new versions for 7 days via the cooldown setting before opening a PR. Co-Authored-By: Claude Opus 4.8 (1M context) --- .github/dependabot.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ca79ca5..cf3f589 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,4 +3,7 @@ updates: - package-ecosystem: github-actions directory: / schedule: - interval: weekly + interval: daily + time: '14:00' + cooldown: + default-days: 7