diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 06753e5..1efa4b2 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,6 +5,11 @@ updates: directory: "/" schedule: interval: "monthly" + groups: + rust-dependencies: + update-types: + - "minor" + - "patch" - package-ecosystem: "docker" directory: "/"