From 7c4b5f728eb28ec909e146cea18dc04fda496a4f Mon Sep 17 00:00:00 2001 From: Dave Henderson Date: Wed, 15 Oct 2025 14:25:59 -0400 Subject: [PATCH] fix(dependabot): Add missing go module directories (#112469) Signed-off-by: Dave Henderson --- .github/dependabot.yml | 25 ++++++++++++++++++++----- 1 file changed, 20 insertions(+), 5 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0f7096c314b..79987600b9a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -11,20 +11,35 @@ updates: prefix: deps(go) directories: - "/" - - "/apps/playlist" - - "/apps/secret" + - "/apps/advisor" + - "/apps/alerting/alertenrichment" + - "/apps/alerting/notifications" + - "/apps/alerting/rules" + - "/apps/correlations" + - "/apps/dashboard" + - "/apps/folder" + - "/apps/iam" - "/apps/investigations" + - "/apps/playlist" + - "/apps/plugins" + - "/apps/preferences" + - "/apps/provisioning" + - "/apps/scope" + - "/apps/secret" + - "/apps/shorturl" + - "/hack" - "/pkg/aggregator" - "/pkg/apimachinery" - - "/pkg/apis/folder" - "/pkg/apiserver" - "/pkg/build" - "/pkg/build/wire" + - "/pkg/codegen" + - "/pkg/plugins/codegen" - "/pkg/promlib" - "/pkg/semconv" - - "/pkg/storage/unified/apistore" - - "/pkg/storage/unified/resource" - "/pkg/util/xorm" + - "/scripts/go-workspace" + - "/scripts/modowners" schedule: interval: "daily" time: "02:00"