From 436ce33278705ce8a2cf9590f44d28d951e7da0b Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 27 Aug 2023 10:54:34 +0530 Subject: [PATCH] Group dependabot update PRs --- .github/dependabot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e0871f93f..33a4cc3fc 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,5 +7,6 @@ version: 2 updates: - package-ecosystem: "gomod" # See documentation for possible values directory: "/" # Location of package manifests + patterns: "*" # group all update PRs schedule: interval: "weekly"