From 49e8c88a36a15276fa187a9e6e56b007a4d67bbd Mon Sep 17 00:00:00 2001 From: trinity Pointard Date: Mon, 30 Mar 2026 11:36:34 +0200 Subject: [PATCH] add dependabot cooldown --- .github/dependabot.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b52bedd..45d6c7c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -20,6 +20,8 @@ updates: dependencies: patterns: - "*" + cooldown: + default-days: 2 # Enable version updates for GitHub Actions - package-ecosystem: "github-actions" @@ -30,4 +32,6 @@ updates: - "dependencies" - "github-actions" # Allow up to 5 open pull requests for GitHub Actions - open-pull-requests-limit: 5 \ No newline at end of file + open-pull-requests-limit: 5 + cooldown: + default-days: 2