From 3ee4a1c29d51d42fd9bf0233057229e11a7bbd66 Mon Sep 17 00:00:00 2001 From: Wade Barnes Date: Tue, 13 Feb 2024 13:29:29 -0800 Subject: [PATCH] Refine dependabot configuration for github action updates - Update weekly, Monday at 1am Pacific. - Group all updates into a single PR. Signed-off-by: Wade Barnes --- .github/dependabot.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0012bcb..806e3d9 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,13 +1,20 @@ version: 2 updates: # Maintain dependencies for GitHub Actions + # - Group all updates into a single PR - package-ecosystem: github-actions directory: / schedule: interval: weekly + day: monday + time: 01:00 + timezone: Canada/Pacific + groups: + all-actions: + patterns: [ "*" ] # Maintain dependencies for Python packages - package-ecosystem: pip directory: /server schedule: - interval: daily + interval: daily \ No newline at end of file