From 9ada6eda6a756cf026d4e52e96040d27713bdf19 Mon Sep 17 00:00:00 2001 From: Alex Hadley Date: Mon, 8 Jan 2024 10:58:15 -0800 Subject: [PATCH] Add dependabot groups --- .github/dependabot.yml | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0b845d3..27de946 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,9 +3,21 @@ updates: - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "monthly" + interval: "weekly" + day: "monday" + time: "05:00" + timezone: "America/Los_Angeles" + groups: + github-actions: + patterns: ["*"] - package-ecosystem: "pip" directory: "/" schedule: - interval: "monthly" + interval: "weekly" + day: "monday" + time: "05:00" + timezone: "America/Los_Angeles" + groups: + python: + update-types: ["minor", "patch"]