diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index b71d292..ee222c1 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -5,8 +5,24 @@ updates: directory: "/" schedule: interval: "weekly" + groups: + all: + applies-to: version-updates + patterns: + - "*" + update-types: + - "minor" + - "patch" - package-ecosystem: "github-actions" directory: "/" schedule: interval: "weekly" + groups: + all: + applies-to: version-updates + patterns: + - "*" + update-types: + - "minor" + - "patch"