From 985e4fa11206107e5edfb2dce64fda7a3a1b2dba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oscar=20S=C3=B6derlund?= Date: Mon, 1 Apr 2024 12:13:46 +0200 Subject: [PATCH] ci: add "all" group to Dependabot Go config --- .github/dependabot.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0c2492ab7e..b3dcc37294 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,6 +10,9 @@ updates: directory: / schedule: interval: monthly + groups: + all: + patterns: ["*"] - package-ecosystem: gomod directory: .sage