From 04d71068d16693b0a3b5c6db4796787ca2989f09 Mon Sep 17 00:00:00 2001 From: Dave Henderson Date: Tue, 5 Nov 2024 12:24:43 -0500 Subject: [PATCH] ci: Update Dependabot with a single multi-directory config for gomod (#95881) Signed-off-by: Dave Henderson --- .github/dependabot.yml | 93 +++++++----------------------------------- 1 file changed, 14 insertions(+), 79 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 77835315203..7be5eee68fa 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,86 +5,21 @@ updates: schedule: interval: "daily" - package-ecosystem: "gomod" - directory: "/" + directories: + - "/" + - "/apps/playlist" + - "/pkg/aggregator" + - "/pkg/apimachinery" + - "/pkg/apiserver" + - "/pkg/build" + - "/pkg/build/wire" + - "/pkg/promlib" + - "/pkg/semconv" + - "/pkg/storage/unified/apistore" + - "/pkg/storage/unified/resource" + - "/pkg/util/xorm" schedule: interval: "daily" time: "02:00" - timezone: UTC - open-pull-requests-limit: 10 - - package-ecosystem: "gomod" - directory: "/apps/playlist" - schedule: - interval: "daily" - time: "02:00" - timezone: UTC - open-pull-requests-limit: 10 - - package-ecosystem: "gomod" - directory: "/pkg/aggregator" - schedule: - interval: "daily" - time: "02:00" - timezone: UTC - open-pull-requests-limit: 10 - - package-ecosystem: "gomod" - directory: "/pkg/apimachinery" - schedule: - interval: "daily" - time: "02:00" - timezone: UTC - open-pull-requests-limit: 10 - - package-ecosystem: "gomod" - directory: "/pkg/apiserver" - schedule: - interval: "daily" - time: "02:00" - timezone: UTC - open-pull-requests-limit: 10 - - package-ecosystem: "gomod" - directory: "/pkg/build" - schedule: - interval: "daily" - time: "02:00" - timezone: UTC - open-pull-requests-limit: 10 - - package-ecosystem: "gomod" - directory: "/pkg/build/wire" - schedule: - interval: "daily" - time: "02:00" - timezone: UTC - open-pull-requests-limit: 10 - - package-ecosystem: "gomod" - directory: "/pkg/promlib" - schedule: - interval: "daily" - time: "02:00" - timezone: UTC - open-pull-requests-limit: 10 - - package-ecosystem: "gomod" - directory: "/pkg/semconv" - schedule: - interval: "daily" - time: "02:00" - timezone: UTC - open-pull-requests-limit: 10 - - package-ecosystem: "gomod" - directory: "/pkg/storage/unified/apistore" - schedule: - interval: "daily" - time: "02:00" - timezone: UTC - open-pull-requests-limit: 10 - - package-ecosystem: "gomod" - directory: "/pkg/storage/unified/resource" - schedule: - interval: "daily" - time: "02:00" - timezone: UTC - open-pull-requests-limit: 10 - - package-ecosystem: "gomod" - directory: "/pkg/util/xorm" - schedule: - interval: "daily" - time: "02:00" - timezone: UTC + timezone: Etc/UTC open-pull-requests-limit: 10