From: XhmikosR Date: Sun, 2 Aug 2026 04:54:09 +0000 (+0300) Subject: Dependabot: add cooldown of 7 days X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=1936e1fc9009a239660ec706fb3c1ae369682885;p=stevenblack-hosts.git Dependabot: add cooldown of 7 days --- 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