From 5c240a1d0a374dbb78c03674e942f99f9d77e451 Mon Sep 17 00:00:00 2001 From: Yugo Kobayashi Date: Thu, 3 Sep 2026 22:34:56 +0900 Subject: [PATCH] configure Dependabot for the Go workspace --- .github/dependabot.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9dae52ce0..961c85e7d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,10 +6,7 @@ updates: interval: "weekly" - package-ecosystem: gomod - directories: - - "**/*" + directory: "/" schedule: interval: "weekly" open-pull-requests-limit: 10 - vulnerability-alerts: - enabled: true