diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3f4f6f8..8502676 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,7 +4,15 @@ updates: directory: "/" schedule: interval: "daily" + groups: + version-updates: + dependency-type: "all" + applies-to: "version-updates" - package-ecosystem: "cargo" directory: "/" schedule: interval: "daily" + groups: + version-updates: + dependency-type: "all" + applies-to: "version-updates"