From 9c2fdb4e93f741bbae7f3248f8a125016ea75b69 Mon Sep 17 00:00:00 2001 From: Michael Schlottke-Lakemper Date: Mon, 28 Aug 2023 05:53:43 +0200 Subject: [PATCH] Switch to monthly dependabot alerts --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 700707ce..d60f0707 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,4 +4,4 @@ updates: - package-ecosystem: "github-actions" directory: "/" # Location of package manifests schedule: - interval: "weekly" + interval: "monthly"