From 3077edf5814e19b324ddba5239a8be254c3af736 Mon Sep 17 00:00:00 2001 From: Chisel Date: Sun, 8 Oct 2023 17:17:00 +0100 Subject: [PATCH] chore: use better group names in dependabot config --- .github/dependabot.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 938d6b84..f82c1d36 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -11,7 +11,7 @@ updates: schedule: interval: daily groups: - dependencies: + python: patterns: - '*' @@ -20,7 +20,7 @@ updates: schedule: interval: daily groups: - dependencies: + github-actions: patterns: - '*' @@ -29,6 +29,6 @@ updates: schedule: interval: daily groups: - dependencies: + terraform: patterns: - '*'