From 6d494bc88e59d0635845660158aca3f355f84bc2 Mon Sep 17 00:00:00 2001 From: toshi0607 Date: Sun, 24 May 2026 01:04:49 +0900 Subject: [PATCH] Configure dependabot for weekly Friday updates - Schedule gomod and github-actions updates every Friday - Add github-actions ecosystem to track CI action versions Co-Authored-By: Claude Opus 4.7 --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f1b219b..82dda84 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,3 +4,9 @@ updates: directory: "/" schedule: interval: "weekly" + day: "friday" + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + day: "friday"