mirror of
https://github.com/versity/versitygw.git
synced 2026-02-11 04:31:08 +00:00
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.
21 lines
448 B
YAML
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"
|