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"