From 203d574017c2529d83e11c21c3872902181cdd4c Mon Sep 17 00:00:00 2001 From: Jonas Blatt Date: Sat, 16 Nov 2024 15:56:31 +0100 Subject: [PATCH] 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 3a3cce5..f597142 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,4 +8,4 @@ updates: - package-ecosystem: "npm" # See documentation for possible values directory: "/" # Location of package manifests schedule: - interval: "weekly" + interval: "monthly"