Files
hatchet/.github/dependabot.yml
2026-01-21 09:32:21 -08:00

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"