From 04b4dcfdd2fdae5f4207b312480d6368d77ae6ab Mon Sep 17 00:00:00 2001 From: "Daniel D. Beck" Date: Mon, 24 Nov 2025 17:00:47 +0100 Subject: [PATCH] Add cooldowns to non-data Dependabot updates --- .github/dependabot.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e61aaf8b353..449966f8262 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,6 +9,13 @@ updates: - gh-pages schedule: interval: daily + cooldown: + default-days: 7 + exclude: + # Data packages are excluded from cooldowns, since we want those more urgently + - "@mdn/browser-compat-data" + - "caniuse-lite" + - "web-specs" ignore: - dependency-name: "@types/node" update-types: ["version-update:semver-major"]