diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 645c171aa..714fa9ae3 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,6 +4,17 @@ updates: directory: "/" schedule: interval: "weekly" + groups: + dependencies: + dependency-type: "production" + update-types: + - "minor" + - "patch" + group-dependencies: + dependency-type: "development" + update-types: + - "minor" + - "patch" - package-ecosystem: "github-actions" directory: "/" schedule: