mirror of
https://github.com/pybricks/pybricks-code.git
synced 2026-09-12 09:36:27 +00:00
We were stuck on react 16.x for a long time but dependencies seem to have caught up enough that migration is trivial now.
12 lines
187 B
YAML
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"
|