From d49f4eff690e407ed61920d37aef2540ee5d6e56 Mon Sep 17 00:00:00 2001 From: Hubert Bugaj Date: Mon, 23 Feb 2026 14:25:00 +0100 Subject: [PATCH] chore: cooldown dependabot updates --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 119fc784..e0a3900f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,6 +7,8 @@ version: 2 updates: - package-ecosystem: "cargo" # See documentation for possible values directory: "/" # Location of package manifests + cooldown: + default-days: 5 schedule: interval: "weekly" # https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#groups @@ -32,6 +34,8 @@ updates: - package-ecosystem: "npm" directory: "/" # Location of package manifests open-pull-requests-limit: 1 + cooldown: + default-days: 5 schedule: interval: "weekly" # https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#groups