mirror of
https://github.com/versity/versitygw.git
synced 2026-08-27 19:36:57 +00:00
fix: pin github.com/nats-io/nkeys version to v0.4.12
The go mod cache is listing a newer version than the latest tag in the repo. So we need to pin this older version to prevent dependabot from updating until the repo tags a newer version.
This commit is contained in:
@@ -11,6 +11,8 @@ updates:
|
||||
allow:
|
||||
# Allow both direct and indirect updates for all packages
|
||||
- dependency-type: "all"
|
||||
ignore:
|
||||
- dependency-name: "github.com/nats-io/nkeys"
|
||||
|
||||
- package-ecosystem: "github-actions"
|
||||
directory: "/"
|
||||
|
||||
Reference in New Issue
Block a user