diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index a3718c4..9a4cb5c 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -4,7 +4,16 @@ updates: directory: "/" schedule: interval: "weekly" + groups: + actions-deps: + patterns: + - "*" - package-ecosystem: "cargo" directory: "/" schedule: - interval: "weekly" \ No newline at end of file + interval: "weekly" + groups: + dev-deps: + dependency-type: "development" + prod-deps: + dependency-type: "production" \ No newline at end of file