From 8a55c2a182c7fd2d2697dc65aad2a5003cdbd5b6 Mon Sep 17 00:00:00 2001 From: Alessio Treglia <229356+alessio@users.noreply.github.com> Date: Sun, 7 Jun 2026 07:44:37 +0100 Subject: [PATCH] Update dependabot.yml --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index bb3dd9c..99e2577 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,7 +8,7 @@ updates: - package-ecosystem: "gomod" # See documentation for possible values directory: "/" # Location of package manifests schedule: - interval: "daily" + interval: weekly # Maintain dependencies for GitHub Actions # These would open PR, these PR would be tested with the CI @@ -18,4 +18,4 @@ updates: open-pull-requests-limit: 10 # avoid spam, if no one reacts schedule: interval: weekly - time: '11:00' \ No newline at end of file + time: '11:00'