From c2c81aac497165cf6d5ffcf6adee2c4fc03f6020 Mon Sep 17 00:00:00 2001 From: Sertac Ozercan Date: Mon, 9 Oct 2023 16:45:01 +0000 Subject: [PATCH] ci: add gha group Signed-off-by: Sertac Ozercan --- .github/dependabot.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a037093..ec53f91 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,7 +3,7 @@ updates: - package-ecosystem: "gomod" directory: "/" schedule: - interval: "daily" + interval: "weekly" commit-message: prefix: "chore" ignore: @@ -14,6 +14,10 @@ updates: - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "daily" + interval: "weekly" commit-message: prefix: "chore" + groups: + all: + patterns: + - "*"