From 873f7a9b4961eb0a0594802516f3c26f80dfb1bb Mon Sep 17 00:00:00 2001 From: Jan Henkel <223234+jangraefen@users.noreply.github.com> Date: Sun, 27 Aug 2023 15:37:02 +0200 Subject: [PATCH] chore: update dependabot config --- .github/dependabot.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0426ac7..6652767 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,18 +6,21 @@ updates: interval: "weekly" groups: github-actions: - patterns: * + patterns: + - "*" - package-ecosystem: "gomod" directory: "/" schedule: interval: "weekly" groups: gomod: - patterns: * + patterns: + - "*" - package-ecosystem: "docker" directory: "/" schedule: interval: "weekly" groups: docker: - patterns: * + patterns: + - "*"