From 1e628cd7ef0bfc514867320933be00bd8f963a8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edgar=20Ram=C3=ADrez=20Mondrag=C3=B3n?= <16805946+edgarrmondragon@users.noreply.github.com> Date: Wed, 3 Jul 2024 10:15:43 -0600 Subject: [PATCH] chore: Group dependabot updates (#452) --- .github/dependabot.yml | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b323e93d..aff72c86 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,25 +8,40 @@ updates: - package-ecosystem: "pip" directory: "/" schedule: - interval: "daily" + interval: weekly timezone: "America/New_York" time: "07:23" reviewers: - "visch" versioning-strategy: increase-if-necessary + groups: + development-dependencies: + dependency-type: development + runtime-dependencies: + dependency-type: production + update-types: + - "patch" - package-ecosystem: "pip" directory: "/.github/workflows" schedule: - interval: "daily" + interval: weekly timezone: "America/New_York" time: "07:23" reviewers: - "visch" + groups: + ci: + patterns: + - "*" - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "weekly" + interval: weekly timezone: "America/New_York" time: "07:23" reviewers: - "visch" + groups: + actions: + patterns: + - "*"