From 3c518c158799ad148de1ba968bbd75cb4dc1d362 Mon Sep 17 00:00:00 2001 From: Michael Hanselmann Date: Mon, 13 May 2024 19:28:18 +0200 Subject: [PATCH] Reduce dependabot frequency from weekly to monthly Very little is happening in this repository. --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a4149b8..dc46b08 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,11 +4,11 @@ updates: - package-ecosystem: gomod directory: / schedule: - interval: weekly + interval: monthly - package-ecosystem: github-actions directory: / schedule: - interval: weekly + interval: monthly # vim: set sw=2 sts=2 et :