From a4c7fd368e7fe673bf42e15a0e70be5d60df195e Mon Sep 17 00:00:00 2001 From: Taras Madan Date: Tue, 1 Oct 2024 10:28:29 +0200 Subject: dependabot.yml: group easy to update dependencies --- .github/dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to '.github') diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9cb3767c8..f203c455a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -15,3 +15,11 @@ updates: prefix: "mod:" assignees: - "tarasmadan" + groups: + stable-enough: + patterns: + - "*" + exclude-patterns: + - "mockery" + - "golangci-lint" + - "appengine" -- cgit mrf-deployment