mirror of
https://github.com/hatchet-dev/hatchet.git
synced 2025-12-16 22:35:11 -06:00
* 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"
|