This brings over the initial buildx prototype from pulumi/pulumi-docker and fixes various build and release issues.
14 lines
250 B
YAML
14 lines
250 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: gomod
|
|
directory: /
|
|
schedule:
|
|
interval: daily
|
|
groups:
|
|
pulumi:
|
|
patterns:
|
|
- "github.com/pulumi/*"
|
|
labels:
|
|
- dependencies
|
|
- impact/no-changelog-required
|