From c6e0a1215946ef1903c46e2243f53c81549faca2 Mon Sep 17 00:00:00 2001 From: Andrej Krejcir Date: Thu, 14 Nov 2024 14:32:00 +0100 Subject: [PATCH] chore: Allow dependabot to update ginkgo The ignore config did not work anyway. Makefile was changed to read ginkgo version from go.mod Signed-off-by: Andrej Krejcir --- .github/dependabot.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f0006bfb3..e58e9c90f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,9 +6,6 @@ updates: interval: "daily" allow: - dependency-type: "all" - ignore: - # Ginkgo update needs a change in Makefile. - - dependency-name: "github.com/onsi/ginkgo/v2" groups: production-dependencies: dependency-type: "production"