From b4faab87cdfb0fb1e6abcf40adc3e54fc00ca8a4 Mon Sep 17 00:00:00 2001 From: Garry O'Donnell Date: Tue, 2 Jan 2024 12:07:18 +0000 Subject: [PATCH] Only group dependabot patch updates for cargo --- .github/dependabot.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0172d98d..d1066015 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -42,9 +42,8 @@ updates: interval: weekly open-pull-requests-limit: 100 groups: - minor: + patch: update-types: - - minor - patch - package-ecosystem: npm