Skip to content

Commit

Permalink
[Dependabot] Update ginkgo/v2 and gomega as a group
Browse files Browse the repository at this point in the history
Their releases seem to be synchronized, and ginkgo depends on gomega. It
makes sense to update them together.

Signed-off-by: Antonin Bas <[email protected]>
  • Loading branch information
antoninbas committed Oct 31, 2024
1 parent a783624 commit e84c505
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ updates:
prometheus:
patterns:
- "github.com/prometheus/*"
ginkgo:
patterns:
- "github.com/onsi/ginkgo/v2"
- "github.com/onsi/gomega"
ignore:
- dependency-name: "k8s.io/*"
- dependency-name: "sigs.k8s.io/*"
Expand Down

0 comments on commit e84c505

Please sign in to comment.