From 4eae95d29851c39c60029164eb50e77f7757eb78 Mon Sep 17 00:00:00 2001 From: Fernandez Ludovic Date: Wed, 20 Mar 2024 14:35:29 +0100 Subject: [PATCH] dev: improve dependabot configuration --- .github/dependabot.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d045963d5d09..6364a8243f9d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,8 +7,10 @@ updates: day: "sunday" time: "11:00" # 11am UTC ignore: - # ignore forked linters because of their versioning issues. TODO: fix it. - - dependency-name: "github.com/golangci/*" + # Ignore forked linters because of their versioning issues. + - dependency-name: "github.com/golangci/dupl" + - dependency-name: "github.com/golangci/gofmt" + - dependency-name: "github.com/golangci/unconvert" - package-ecosystem: github-actions directory: "/" schedule: