From 3fbafd5700a3fbbe30f55dc97185e31258eb79cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Magnus=20B=C3=A4ck?= Date: Thu, 17 Jul 2025 14:50:06 +0200 Subject: [PATCH] Dependabot: Change polling frequency to monthly Weekly Dependabot updates are unnecessary and will only result in lots of go.mod churn. If something security-sensitive pops up we'll be notified right away. --- .github/dependabot.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ba0a451..271294b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,18 +3,18 @@ updates: - package-ecosystem: docker directory: /deploy/goer schedule: - interval: weekly + interval: monthly day: sunday open-pull-requests-limit: 10 - package-ecosystem: github-actions directory: / schedule: - interval: weekly + interval: monthly day: sunday open-pull-requests-limit: 10 - package-ecosystem: gomod directory: / schedule: - interval: weekly + interval: monthly day: sunday open-pull-requests-limit: 10