From 5d0363066b8cbd8e9feacb2f9a4960a3a0caeaac Mon Sep 17 00:00:00 2001 From: Erik Schierboom Date: Mon, 9 Sep 2024 08:31:17 +0200 Subject: [PATCH] Change the interval for dependabot updates to monthly (#73) --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index eb2ead7..5c6cb59 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,6 +5,6 @@ updates: - package-ecosystem: 'github-actions' directory: '/' schedule: - interval: 'daily' + interval: 'monthly' labels: - 'x:size/small'