From 705ee7d2f4c96b840319adbe3f0b6b2a78100cb9 Mon Sep 17 00:00:00 2001 From: Matthias Date: Thu, 8 Feb 2024 18:03:49 +0100 Subject: [PATCH] chore: add dependency groups for regular updates, reschedule to run at 3am UTC (hope this works now ...) --- .github/dependabot.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index dfbc0cee7..8c9a3f936 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,8 +10,17 @@ updates: directory: "/" schedule: interval: weekly + time: "03:00" + timezone: "Etc/UTC" open-pull-requests-limit: 15 target-branch: develop + groups: + types: + patterns: + - "types-*" + pytest: + patterns: + - "pytest*" - package-ecosystem: "github-actions" directory: "/"