From 524b6ed425c3e6877368dcef5e47bce234b72c30 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 07:38:07 -0600 Subject: [PATCH] chore: Group dependabot updates --- .github/dependabot.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 375c27e..2dfaee3 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -14,6 +14,13 @@ updates: reviewers: - "edgarrmondragon" 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: @@ -21,6 +28,10 @@ updates: interval: "daily" reviewers: - "edgarrmondragon" + groups: + ci: + patterns: + - "*" - package-ecosystem: github-actions directory: "/" schedule: @@ -28,3 +39,7 @@ updates: time: "10:23" reviewers: - "edgarrmondragon" + groups: + actions: + patterns: + - "*"