diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f1dec42..dc9d42a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,8 +7,14 @@ updates: groups: dev-deps: dependency-type: "development" + update-types: + - "minor" + - "patch" prod-deps: dependency-type: "production" + update-types: + - "minor" + - "patch" assignees: - "sleberknight" - "chrisrohr"