From 3c76dc5810f5af04e25e946d6c8c269bff5d1f6c Mon Sep 17 00:00:00 2001 From: CD Cabrera Date: Wed, 28 Aug 2024 17:17:23 -0400 Subject: [PATCH] build: increase dependabot frequency --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 4133d16..3c7f10e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,7 +3,7 @@ updates: - package-ecosystem: npm directory: / schedule: - interval: monthly + interval: weekly day: monday open-pull-requests-limit: 5 target-branch: "main"