Skip to content

Commit

Permalink
Prevent dependabot from upgrading github.com/openshift/api (#1987)
Browse files Browse the repository at this point in the history
It attempts to downgrade the version, instead of using the most
recent one.
  • Loading branch information
julio-lopez committed Apr 5, 2023
1 parent bf570c7 commit 379b07e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,5 @@ updates:
# starting with kanister and go through additional validation.
- dependency-name: "k8s.io/*"
- dependency-name: "sigs.k8s.io/*"
# Dependabot opens PRs for older versions of openshift that would downgrade the version in use.
- dependency-name: "github.com/openshift/api"

0 comments on commit 379b07e

Please sign in to comment.