From 8238bc83424312389e88da800470c474701768e5 Mon Sep 17 00:00:00 2001 From: Marvin Vogt Date: Fri, 1 Nov 2024 21:39:13 +0000 Subject: [PATCH] Improve naming of dependabot dependency groups --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index def2c28..3c0c5c5 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,12 +5,12 @@ updates: schedule: interval: monthly groups: - minor-or-patch: + GitHub Actions Minor or Patch: update-types: [minor, patch] - package-ecosystem: cargo directory: / groups: - dev-dependencies: + Cargo dev-dependencies: dependency-type: development schedule: interval: monthly