Files
pybricks-code/.github/dependabot.yml
T
David Lechner bf4670b25d update to react 18
We were stuck on react 16.x for a long time but dependencies seem to
have caught up enough that migration is trivial now.
2023-05-17 16:33:47 -05:00

12 lines
187 B
YAML

version: 2
updates:
- package-ecosystem: npm
directory: "/"
schedule:
interval: daily
time: "06:00"
ignore:
- dependency-name: "@types/node"
versions:
- ">= 19.a"