diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b728efb6..567301d6 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,7 +4,23 @@ updates: directory: "/" schedule: interval: "daily" + groups: + production-dependencies: + dependency-type: "production" + update-types: + - "patch" + - "minor" + development-dependencies: + dependency-type: "development" + update-types: + - "patch" + - "minor" + - "major" - package-ecosystem: "github-actions" directory: "/" schedule: interval: "daily" + groups: + actions-update: + patterns: + - "*"