diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d9f6d0b9..1076208a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,6 +6,13 @@ updates: interval: monthly commit-message: prefix: "ci" + groups: + actions: + update-types: + - minor + - major + - patch + - package-ecosystem: cargo directory: "/" schedule: @@ -13,4 +20,4 @@ updates: groups: patches: update-types: - - "patch" + - patch