From a5cdc5898bf65ac4706dcb95e97d4757ef69258a Mon Sep 17 00:00:00 2001 From: DmitriyLewen Date: Wed, 22 May 2024 10:21:22 +0600 Subject: [PATCH] ci(dependabot): remove exclude-patterns for gomod common group --- .github/dependabot.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index fd8917ea6792..d29f0117935f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -34,9 +34,4 @@ updates: - "github.com/testcontainers/*" common: patterns: - - "*" - exclude-patterns: - - "github.com/aws/*" - - "github.com/testcontainers/*" - - "github.com/docker/*" - - "github.com/moby/*" \ No newline at end of file + - "*" \ No newline at end of file