From bbbe6ede03b3525228ea4ed14401147895266930 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Sat, 28 Feb 2026 17:16:37 +0200 Subject: [PATCH] Add cooldown, reduce interval to monthly --- .github/dependabot.yml | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e40f44d..46fcbd6 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,8 +3,7 @@ updates: - package-ecosystem: npm directory: / schedule: - interval: weekly - day: monday + interval: monthly open-pull-requests-limit: 10 groups: astro: @@ -24,10 +23,16 @@ updates: - "tailwindcss" - "@tailwindcss/*" - "postcss" + cooldown: + # https://blog.yossarian.net/2025/11/21/We-should-all-be-using-dependency-cooldowns + # Cooldowns protect against supply chain attacks by avoiding the + # highest-risk window immediately after new releases. + default-days: 14 - package-ecosystem: github-actions directory: / schedule: - interval: weekly - day: monday + interval: monthly open-pull-requests-limit: 5 + cooldown: + default-days: 14