From f85170451be5d0ee0ecbaac6435370294a11aaf9 Mon Sep 17 00:00:00 2001 From: Szymon Konefal Date: Fri, 12 Jun 2026 00:39:46 +0200 Subject: [PATCH] Add Dependabot cooldown and standardize update config Towards PLA-2146 --- .github/dependabot.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 726f08de7b6..e4ebcd53248 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,7 +5,9 @@ updates: - package-ecosystem: "uv" directory: "/" schedule: - interval: "weekly" + interval: "monthly" + cooldown: + default-days: 7 open-pull-requests-limit: 0 groups: security-updates: @@ -16,7 +18,9 @@ updates: - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "weekly" + interval: "monthly" + cooldown: + default-days: 7 open-pull-requests-limit: 0 groups: security-updates: