mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Towards https://github.com/flutter/flutter/issues/169780. Sorted the workspace paths while I was at it.
17 lines
419 B
Markdown
17 lines
419 B
Markdown
# Packages Autoroller
|
|
|
|
This script is executed [by a LUCI bot][LUCI] to generate PRs updating package
|
|
dependencies.
|
|
|
|
To run locally:
|
|
|
|
```sh
|
|
./dev/packages_autoroller/run
|
|
```
|
|
|
|
The recipe is located here and must be kept in sync:
|
|
|
|
<https://flutter.googlesource.com/recipes/+/refs/heads/main/recipes/pub_autoroller/pub_autoroller.py>
|
|
|
|
[luci]: https://ci.chromium.org/ui/p/flutter/builders/prod/Linux%20packages_autoroller
|