From d7a46ec0165a8ef10a8ac2352f2c90558f20153c Mon Sep 17 00:00:00 2001 From: Jan Henkel <223234+jangraefen@users.noreply.github.com> Date: Sun, 27 Aug 2023 15:35:08 +0200 Subject: [PATCH] Update dependabot.yml --- .github/dependabot.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3336ca5..0426ac7 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,20 +5,19 @@ updates: schedule: interval: "weekly" groups: - all: + github-actions: patterns: * - package-ecosystem: "gomod" directory: "/" - patterns: * schedule: interval: "weekly" groups: - all: + gomod: patterns: * - package-ecosystem: "docker" directory: "/" schedule: interval: "weekly" groups: - all: + docker: patterns: *