Files
hatchet/.github/dependabot.yml
Gabe Ruttner 8e80faf2d6 Fe overhaul docs (#1640)
* api changes

* doc changes

* move docs

* generated

* generate

* pkg

* backmerge main

* revert to main

* revert main

* race?

* remove go tests
2025-04-30 14:10:09 -07:00

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"