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:
Ben McClelland
2026-02-04 08:30:45 -08:00
parent 35605683cf
commit 63fcdb38e2
3 changed files with 27 additions and 25 deletions
+2
View File
@@ -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: "/"