From b966e771a4fc09275dfe77f9e42ffea9e0366676 Mon Sep 17 00:00:00 2001 From: Anthony Stirling <77850077+Frooodle@users.noreply.github.com> Date: Tue, 28 Apr 2026 17:36:09 +0100 Subject: [PATCH] add dependabot 7 day cooldown (#6242) --- .github/dependabot.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 48342f847..cc433e30d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -13,6 +13,8 @@ updates: - "/app/proprietary" schedule: interval: "weekly" + cooldown: + default-days: 7 rebase-strategy: "auto" - package-ecosystem: "docker" @@ -25,12 +27,16 @@ updates: - "/docker/engine" schedule: interval: "weekly" + cooldown: + default-days: 7 rebase-strategy: "auto" - package-ecosystem: github-actions directory: / schedule: interval: weekly + cooldown: + default-days: 7 rebase-strategy: "auto" - package-ecosystem: npm @@ -39,6 +45,8 @@ updates: - /frontend schedule: interval: "weekly" + cooldown: + default-days: 7 rebase-strategy: "auto" - package-ecosystem: cargo @@ -48,10 +56,14 @@ updates: - /frontend/src-tauri/provisioner schedule: interval: "weekly" + cooldown: + default-days: 7 rebase-strategy: "auto" - package-ecosystem: pip directory: /testing/cucumber schedule: interval: "weekly" + cooldown: + default-days: 7 rebase-strategy: "auto"