From 794a4b543a95a8d5f2958dfea1ca39631c1ca934 Mon Sep 17 00:00:00 2001 From: Henry Mercer Date: Fri, 2 Dec 2022 18:42:33 +0000 Subject: [PATCH] Switch to weekly interval for both ecosystems --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index bc260a9f7..ffd8a8af6 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,7 +3,7 @@ updates: - package-ecosystem: npm directory: "/" schedule: - interval: daily + interval: weekly labels: - Update dependencies ignore: @@ -14,4 +14,4 @@ updates: - package-ecosystem: github-actions directory: "/" schedule: - interval: daily + interval: weekly