From 93566db0308c16fdb15d2bef3d93dff135242527 Mon Sep 17 00:00:00 2001 From: Stig Otnes Kolstad Date: Tue, 12 Mar 2024 14:06:23 +0100 Subject: [PATCH] ci: run dependabot for gomods weekly AWS SDK has a new release almost daily. This is too much of a spam factor right now. Hopefully we can mitigate this in another way some day, but for now I think this is the best way to go. --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 4c06be6..0bb41c9 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,7 +3,7 @@ updates: - package-ecosystem: gomod directory: "/" schedule: - interval: daily + interval: weekly time: "13:00" timezone: "Europe/Oslo" commit-message: