From 1193c4b8e5d10d127cd9beb40ebfd261612c9967 Mon Sep 17 00:00:00 2001 From: Chris Bono Date: Mon, 17 Jun 2024 16:38:16 -0500 Subject: [PATCH] [CI] Adjust schedule for dependabot - Run every Saturday for main branch - Run every Sunday for 1.0.x branch --- .github/dependabot.yml | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8bc9718b..629df1a8 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,7 +5,7 @@ updates: directory: / schedule: interval: weekly - day: sunday + day: saturday ignore: - dependency-name: '*' update-types: @@ -27,9 +27,8 @@ updates: target-branch: 1.0.x directory: / schedule: - interval: daily - time: '20:00' - timezone: Etc/UTC + interval: weekly + day: sunday ignore: - dependency-name: '*' update-types: @@ -52,7 +51,7 @@ updates: directory: / schedule: interval: weekly - day: sunday + day: saturday labels: - 'type: task' groups: @@ -63,9 +62,8 @@ updates: target-branch: 1.0.x directory: / schedule: - interval: daily - time: '20:00' - timezone: Etc/UTC + interval: weekly + day: sunday labels: - 'type: task' groups: