Files
versitygw/.github/dependabot.yml
Ben McClelland 63fcdb38e2 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.
2026-02-04 08:30:45 -08:00

21 lines
448 B
YAML

version: 2
updates:
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "weekly"
groups:
dev-dependencies:
patterns:
- "*"
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: "/"
schedule:
interval: "weekly"