diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 44a7d9f..d0ad1de 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -14,6 +14,12 @@ updates: - "andyone" reviewers: - "andyone" + groups: + all: + applies-to: version-updates + update-types: + - "minor" + - "patch" - package-ecosystem: "github-actions" directory: "/" @@ -28,9 +34,3 @@ updates: - "andyone" reviewers: - "andyone" - groups: - all: - applies-to: version-updates - update-types: - - "minor" - - "patch"