From afd8db01d2d7a2a75b5ea1bcbf143bdcedb1bc48 Mon Sep 17 00:00:00 2001 From: Hunter275 Date: Wed, 29 Jul 2026 21:14:19 -0400 Subject: [PATCH] set dependabot to be weekly instead of daily --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index cb88d953..7c0c484e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,7 +7,7 @@ updates: - package-ecosystem: "npm" directory: "/" schedule: - interval: "daily" + interval: "weekly" cooldown: default-days: 3 # 1 day after pnpm's cutoff, prevent a race open-pull-requests-limit: 10 # Increase PR limit