diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ef87590..dc9d42a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,6 +4,17 @@ updates: directory: "/" schedule: interval: "weekly" + groups: + dev-deps: + dependency-type: "development" + update-types: + - "minor" + - "patch" + prod-deps: + dependency-type: "production" + update-types: + - "minor" + - "patch" assignees: - "sleberknight" - "chrisrohr" @@ -15,6 +26,10 @@ updates: directory: "/" schedule: interval: "weekly" + groups: + actions-deps: + patterns: + - "*" assignees: - "sleberknight" - "chrisrohr"