From f66c1b295b4f1480c10b5697c06aac0b6d201c57 Mon Sep 17 00:00:00 2001 From: Jonah Lawrence Date: Tue, 24 Oct 2023 01:00:51 -0600 Subject: [PATCH] chore: Update dependabot to weekly --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 76f14470..4eef8ada 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -23,7 +23,7 @@ updates: - package-ecosystem: "npm" directory: "/client" schedule: - interval: "daily" + interval: "weekly" groups: production-dependencies: dependency-type: "production"