From a6a2a5b6e636f34d5a56c9f80967ebb21dd2b9b5 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 27 Aug 2023 19:26:13 +0530 Subject: [PATCH] ... --- .github/dependabot.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 33a4cc3fc..1b564eab6 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,6 +7,9 @@ version: 2 updates: - package-ecosystem: "gomod" # See documentation for possible values directory: "/" # Location of package manifests - patterns: "*" # group all update PRs schedule: interval: "weekly" + groups: + all-go-deps: + patterns: + - "*" # group all non-security update PRs