From 0c83b550f7177960c3ab45cbf9718c7419c3ca80 Mon Sep 17 00:00:00 2001 From: Oliver Salzburg Date: Thu, 20 Oct 2022 21:40:20 +0200 Subject: [PATCH] chore: Only run Dependabot monthly --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d1f0d085..ff9caa97 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,4 +3,4 @@ updates: - package-ecosystem: "npm" directory: "/" schedule: - interval: "daily" + interval: "monthly"