diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f73c3c1..4180433 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -15,8 +15,9 @@ updates: - dependencies - rust groups: - cargo-minor-and-patch: + cargo-all: update-types: + - major - minor - patch @@ -37,5 +38,6 @@ updates: groups: github-actions: update-types: + - major - minor - patch