Skip to content

Commit

Permalink
chore: Allow dependabot to update ginkgo
Browse files Browse the repository at this point in the history
The ignore config did not work anyway.
Makefile was changed to read ginkgo version from go.mod

Signed-off-by: Andrej Krejcir <[email protected]>
  • Loading branch information
akrejcir committed Nov 14, 2024
1 parent 567d9f5 commit c6e0a12
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit c6e0a12

Please sign in to comment.