From c475c01f51e559b82110fb1df9d62da1ef992080 Mon Sep 17 00:00:00 2001 From: "Dustin J. Mitchell" Date: Thu, 12 Mar 2026 22:13:48 -0400 Subject: [PATCH] group dependabot updates (#182) --- .github/dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 4490fcc..fa0ef02 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,6 +5,9 @@ updates: directory: "/" schedule: interval: "weekly" + groups: + github-actions: + patterns: ["*"] # Enable updates for Rust packages - package-ecosystem: "cargo" directory: "/" # Location of package manifests @@ -16,3 +19,8 @@ updates: # behind - dependency-name: "*" update-types: ["version-update:semver-patch"] + groups: + cargo: + patterns: ["*"] + # leave major changes in their own PRs + update-types: ["minor", "patch"]