From 2fb7c575cfe6a2163ececa907d4fc32de0646380 Mon Sep 17 00:00:00 2001 From: Hanno Braun Date: Mon, 4 Sep 2023 15:49:11 +0200 Subject: [PATCH] Update names of dependency groups --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b3c2234bc..46597d603 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,7 +6,7 @@ updates: interval: "weekly" # Group dependency updates into a single pull request. groups: - dependencies: + cargo: patterns: - "*" @@ -16,6 +16,6 @@ updates: interval: "weekly" # Group dependency updates into a single pull request. groups: - dependencies: + github-actions: patterns: - "*"