diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b498bfe18..a41aa8528 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,6 +8,21 @@ updates: open-pull-requests-limit: 3 pull-request-branch-name: separator: "_" + groups: + dev-minor-versions: + dependency-type: development + update-types: + - minor + - patch + patterns: + - '*' + prod-minor-versions: + dependency-type: production + update-types: + - minor + - patch + patterns: + - '*' - package-ecosystem: "github-actions" directory: "/"