mirror of
https://github.com/versity/versitygw.git
synced 2026-03-27 18:05:00 +00:00
The latest version of the go sdk has deprecate the s3 manager in favor of the new transfermanager. This updates to the new transfermanager functionality for the two places we were using the manager, iam s3 and integration tests. This also removes the pinning of nats nkeys since they have fixed the tags in their repo now. And general cleanup of the go.mod.
19 lines
384 B
YAML
19 lines
384 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"
|
|
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "weekly"
|