From cefa9652e409b80270aa9a650dfd995d6d489c5d Mon Sep 17 00:00:00 2001 From: Louis Brunner Date: Mon, 12 Feb 2024 19:28:04 +0000 Subject: [PATCH] ci: dependabot.yml only notify npm changes monthly --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 782a0ad..9cf1242 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,7 +3,7 @@ updates: - package-ecosystem: "npm" directory: "/" schedule: - interval: "weekly" + interval: "monthly" - package-ecosystem: "github-actions" directory: "/" schedule: