diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index e258a6f..6394f97 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -4,8 +4,16 @@ updates: directory: "/" schedule: interval: "monthly" + groups: + ci-dependencies: + patterns: + - "*" - package-ecosystem: "cargo" directory: "/" schedule: interval: "monthly" + groups: + rust-dependencies: + patterns: + - "*"