From 1a4e3a751755cf59d8f76dfdbb4f9657312ef0d5 Mon Sep 17 00:00:00 2001 From: Seth Hoenig Date: Fri, 16 Sep 2022 10:50:57 -0500 Subject: [PATCH] deps: run all dependabot configs over the weekend (#14608) --- .github/dependabot.yml | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f1d7be31a..97f8c1337 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,7 +3,6 @@ updates: - package-ecosystem: gomod directory: "/" schedule: - # Start the week with fresh deps interval: "weekly" day: "sunday" time: "09:00" @@ -12,21 +11,27 @@ updates: - package-ecosystem: gomod directory: "/api" schedule: - interval: daily + interval: "weekly" + day: "sunday" + time: "09:00" labels: - "theme/dependencies" - "theme/api" - package-ecosystem: npm directory: "/ui" schedule: - interval: daily + interval: "weekly" + day: "sunday" + time: "09:00" labels: - "theme/dependencies" - "theme/ui" - package-ecosystem: npm directory: "/website" schedule: - interval: weekly + interval: "weekly" + day: "sunday" + time: "09:00" assignees: - "@hashicorp/web-platform" labels: