From af6ddad05877b64f9222def357daba4c2747319e Mon Sep 17 00:00:00 2001 From: Carl Bergquist Date: Tue, 5 Nov 2024 15:27:03 +0100 Subject: [PATCH] go: run gomod updates daily (#95841) Signed-off-by: bergquist --- .github/dependabot.yml | 82 +++++++++++++++++++++++++++++++++++++++++- 1 file changed, 81 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5db8a102626..77835315203 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,4 +7,84 @@ updates: - package-ecosystem: "gomod" directory: "/" schedule: - interval: "weekly" + 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 + open-pull-requests-limit: 10