Skip to content

Commit

Permalink
chore: Prevent dependabot from upgrading broken dep (#426)
Browse files Browse the repository at this point in the history
Prevent dependabot from upgrading broken dep

v0.2.0 has an open bug:
zalando/go-keyring#80

And this dependency has been upgraded and then downgraded twice now. I propose that we just ignore the dependency completely until there's a known fix.
  • Loading branch information
abatilo authored Oct 12, 2022
1 parent eecf02a commit 72a83cc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,8 @@ updates:
directory: "/"
schedule:
interval: daily
ignore:
# See:
# https://github.com/chanzuckerberg/aws-oidc/pull/362
# https://github.com/chanzuckerberg/aws-oidc/pull/422
- dependency-name: "github.com/zalando/go-keyring"

0 comments on commit 72a83cc

Please sign in to comment.