c2e6a1408d
These never worked quite right, so let's disable them for now: #51 We can probably come up with some better solution now with the new codegen scripts, but I'll leave that for later. Signed-off-by: Matt Moyer <moyerm@vmware.com>
24 lines
498 B
YAML
24 lines
498 B
YAML
# See https://docs.github.com/en/github/administering-a-repository/enabling-and-disabling-version-updates
|
|
|
|
version: 2
|
|
updates:
|
|
- package-ecosystem: "gomod"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "daily"
|
|
|
|
- package-ecosystem: "gomod"
|
|
directory: "/test "
|
|
schedule:
|
|
interval: "daily"
|
|
|
|
- package-ecosystem: "gomod"
|
|
directory: "/pkg/client"
|
|
schedule:
|
|
interval: "daily"
|
|
|
|
- package-ecosystem: "docker"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "daily"
|