From 5aa9c631478012044d8decdd1d8f2bc4adbd4da2 Mon Sep 17 00:00:00 2001 From: Anthony Stirling <77850077+Frooodle@users.noreply.github.com> Date: Mon, 27 Apr 2026 10:45:10 +0100 Subject: [PATCH] add dependabot 7 day cooldown --- .github/dependabot.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 48342f8475..cc433e30dc 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"