From a59d0d6e5207219884d15749e3ca9ac49586f0cc Mon Sep 17 00:00:00 2001 From: Vincent Scavinner Date: Mon, 25 Sep 2023 15:34:57 +0200 Subject: [PATCH] chore: update dependabot config interval from daily to weekly --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6a8898b2..8e3a06b9 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,7 +3,7 @@ updates: - package-ecosystem: npm directory: "/" schedule: - interval: daily + interval: weekly open-pull-requests-limit: 10 labels: - dependencies