From 529d3ef7641705c4295fe82335dbf5d90681c54a Mon Sep 17 00:00:00 2001 From: Jakob Borg Date: Tue, 10 Dec 2024 09:53:46 +0100 Subject: [PATCH] ci: reduce frequency of dependabot nags --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8def8bccf..835b1360a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,11 +3,11 @@ updates: - package-ecosystem: "github-actions" directory: "/" schedule: - interval: weekly + interval: monthly open-pull-requests-limit: 10 - package-ecosystem: "gomod" directory: "/" schedule: - interval: weekly + interval: monthly open-pull-requests-limit: 10