mirror of
https://github.com/hatchet-dev/hatchet.git
synced 2026-03-20 19:50:47 -05:00
76 lines
1.6 KiB
YAML
76 lines
1.6 KiB
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "daily"
|
|
|
|
- package-ecosystem: "gomod"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "daily"
|
|
|
|
- package-ecosystem: "pip"
|
|
directory: "/sdks/python"
|
|
schedule:
|
|
interval: "daily"
|
|
|
|
- package-ecosystem: "pip"
|
|
directory: "/sdks/python/examples/quickstart"
|
|
schedule:
|
|
interval: "daily"
|
|
|
|
- package-ecosystem: "pip"
|
|
directory: "/cmd/hatchet-cli/cli/templates/python/poetry"
|
|
schedule:
|
|
interval: "daily"
|
|
|
|
- package-ecosystem: "npm"
|
|
directory: "/frontend/app"
|
|
schedule:
|
|
interval: "daily"
|
|
|
|
- package-ecosystem: "npm"
|
|
directory: "/frontend/docs"
|
|
schedule:
|
|
interval: "daily"
|
|
|
|
- package-ecosystem: "npm"
|
|
directory: "/sdks/typescript"
|
|
schedule:
|
|
interval: "daily"
|
|
|
|
- package-ecosystem: "npm"
|
|
directory: "/cmd/hatchet-cli/cli/templates/typescript/pnpm"
|
|
schedule:
|
|
interval: "daily"
|
|
|
|
- package-ecosystem: "rubygems"
|
|
directory: "/sdks/ruby/src"
|
|
schedule:
|
|
interval: "daily"
|
|
|
|
- package-ecosystem: "rubygems"
|
|
directory: "/sdks/ruby/examples"
|
|
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"
|