From ca113b43116bb2228d78366f46bc66de3cf71f4b Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 11 May 2026 19:44:52 +0000 Subject: [PATCH] Enable dependabot grouped updates for all ecosystems --- .github/dependabot.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 755071e..c60b371 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -12,8 +12,9 @@ updates: reviewers: - "advanced-security/oss-maintainers" groups: - extractor: - dependency-type: "production" + cargo-all: + patterns: + - "*" - package-ecosystem: "github-actions" directory: "/" @@ -21,3 +22,7 @@ updates: interval: "weekly" reviewers: - "advanced-security/oss-maintainers" + groups: + actions-all: + patterns: + - "*"