From 599903798b4ffb74f6d08fccbf79c4a04846c469 Mon Sep 17 00:00:00 2001 From: Marvin Vogt Date: Fri, 1 Nov 2024 22:42:18 +0100 Subject: [PATCH] Improve naming of dependabot dependency groups (#149) --- .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