diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 4c1be68..96f9290 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,6 +7,13 @@ updates: open-pull-requests-limit: 10 labels: - "dependencies" + groups: + minor-and-patch: + patterns: + - "*" + update-types: + - "minor" + - "patch" - package-ecosystem: "github-actions" directory: "/" @@ -16,3 +23,10 @@ updates: labels: - "dependencies" - "github-actions" + groups: + minor-and-patch: + patterns: + - "*" + update-types: + - "minor" + - "patch"