From 6d6e3b7a7118b3ef1a8603b36c555b3469cb5631 Mon Sep 17 00:00:00 2001 From: Erik Schierboom Date: Thu, 5 Sep 2024 16:09:50 +0200 Subject: [PATCH] Change the interval for dependabot updates to monthly (#114) --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ed8f4a4..234b07e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,4 +6,4 @@ updates: - package-ecosystem: 'github-actions' directory: '/' schedule: - interval: 'daily' + interval: 'monthly'