mirror of
https://github.com/hatchet-dev/hatchet.git
synced 2026-05-04 16:49:49 -05:00
8e80faf2d6
* api changes * doc changes * move docs * generated * generate * pkg * backmerge main * revert to main * revert main * race? * remove go tests
31 lines
645 B
YAML
31 lines
645 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "daily"
|
|
|
|
- package-ecosystem: "gomod"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "daily"
|
|
|
|
|
|
# // We need to update the quickstart examples for typescript, go, and python
|
|
- package-ecosystem: "npm"
|
|
directory: "/examples/typescript"
|
|
schedule:
|
|
interval: "daily"
|
|
|
|
- package-ecosystem: "gomod"
|
|
directory: "/examples/go/quickstart"
|
|
schedule:
|
|
interval: "daily"
|
|
|
|
# TODO python quickstart
|
|
|
|
- package-ecosystem: "pip"
|
|
directory: "/examples/python/quickstart"
|
|
schedule:
|
|
interval: "daily"
|