From 1936e1fc9009a239660ec706fb3c1ae369682885 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Sun, 2 Aug 2026 07:54:09 +0300 Subject: [PATCH] Dependabot: add cooldown of 7 days --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c39d9cd83..14c2750fc 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,6 +10,8 @@ updates: github-actions: patterns: - "*" + cooldown: + default-days: 7 - package-ecosystem: "pip" directory: "/" schedule: @@ -17,4 +19,6 @@ updates: labels: - dependencies - python + cooldown: + default-days: 7 versioning-strategy: lockfile-only