From 37ace1a7267ff73982d1054b025246136bb997c4 Mon Sep 17 00:00:00 2001 From: John Bampton Date: Wed, 1 Apr 2026 00:54:42 +1000 Subject: [PATCH] Dependabot: add cooldowns of 7 days --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index dd6b759..9301635 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,6 +9,8 @@ updates: bundler-dependencies: patterns: - '*' + cooldown: + default-days: 7 - package-ecosystem: 'github-actions' directory: '/' schedule: @@ -17,6 +19,8 @@ updates: github-actions-dependencies: patterns: - '*' + cooldown: + default-days: 7 - package-ecosystem: 'pre-commit' directory: '/' schedule: @@ -25,3 +29,5 @@ updates: pre-commit-hooks: patterns: - '*' + cooldown: + default-days: 7