From 2f502f7ea85c2085a548d6ae4033a97c7a5e76e1 Mon Sep 17 00:00:00 2001 From: Erik Schierboom Date: Thu, 5 Sep 2024 14:07:15 +0200 Subject: [PATCH] Change the interval for dependabot updates to monthly (#75) --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 039289d..bf0f1e8 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,4 +5,4 @@ updates: - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "daily" + interval: 'monthly'