From e2e14fa53c34f35a3566cbf3c0228aa9b780a7ad Mon Sep 17 00:00:00 2001 From: Frederic BIDON Date: Thu, 25 Jan 2024 16:16:53 +0100 Subject: [PATCH] fixup ci Signed-off-by: Frederic BIDON --- .github/dependabot.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 55bd1df..a137b9d 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -32,7 +32,7 @@ updates: other-direct-dependencies: dependency-type: production - ignore-patterns: + exclude-patterns: - "github.com/go-openapi/*" - "github.com/stretchr/testify"