From e09de2dc06d83f097078975eb2998ed580f93d74 Mon Sep 17 00:00:00 2001 From: Ivan Petkov Date: Wed, 1 Oct 2025 08:51:12 -0700 Subject: [PATCH] ci: group dependabot patch updates --- .github/dependabot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b40eab735..c74deeacf 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,6 +5,7 @@ version: 2 updates: - package-ecosystem: "cargo" directory: "/" + groups: "patch" schedule: interval: "monthly"