From f4306dad5cf2892513656fcd0a43dd1c72309da0 Mon Sep 17 00:00:00 2001 From: Trenton H <797416+stumpylog@users.noreply.github.com> Date: Wed, 11 Mar 2026 13:10:19 -0700 Subject: [PATCH] Updates everything to monthly with a 7 day cooldown --- .github/dependabot.yml | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d343a8958..e51f64d7d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -12,6 +12,8 @@ updates: open-pull-requests-limit: 10 schedule: interval: "monthly" + cooldown: + default-days: 7 labels: - "frontend" - "dependencies" @@ -36,7 +38,9 @@ updates: directory: "/" # Check for updates once a week schedule: - interval: "weekly" + interval: "monthly" + cooldown: + default-days: 7 labels: - "backend" - "dependencies" @@ -97,6 +101,8 @@ updates: schedule: # Check for updates to GitHub Actions every month interval: "monthly" + cooldown: + default-days: 7 labels: - "ci-cd" - "dependencies" @@ -112,7 +118,9 @@ updates: - "/" - "/.devcontainer/" schedule: - interval: "weekly" + interval: "monthly" + cooldown: + default-days: 7 open-pull-requests-limit: 5 labels: - "dependencies" @@ -123,7 +131,9 @@ updates: - package-ecosystem: "docker-compose" directory: "/docker/compose/" schedule: - interval: "weekly" + interval: "monthly" + cooldown: + default-days: 7 open-pull-requests-limit: 5 labels: - "dependencies"