From a87baa563996a96aca20b5dd343bf7eb593710cb Mon Sep 17 00:00:00 2001 From: yugo kobayashi Date: Tue, 1 Sep 2026 20:42:12 +0900 Subject: [PATCH] sync Go workspace for Dependabot updates (#6240) * ci: sync Go workspace for Dependabot updates * ci: preserve Dependabot automatic rebases * build: monitor all Go modules with Dependabot --- .github/dependabot.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c14953d18..9dae52ce0 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,9 +6,10 @@ updates: interval: "weekly" - package-ecosystem: gomod - directory: "/" + directories: + - "**/*" schedule: interval: "weekly" open-pull-requests-limit: 10 vulnerability-alerts: - enabled: true \ No newline at end of file + enabled: true