mirror of
https://github.com/rrousselGit/freezed.git
synced 2025-08-06 15:11:55 +08:00

* dart pub upgrade, dart run build_runner build * check package eco-system for all packages and github-actions itself
30 lines
620 B
YAML
30 lines
620 B
YAML
version: 2
|
|
enable-beta-ecosystems: true
|
|
updates:
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "weekly"
|
|
reviewers:
|
|
- "rrousselGit"
|
|
|
|
- package-ecosystem: "pub"
|
|
directory: "/packages/_internal"
|
|
schedule:
|
|
interval: "weekly"
|
|
reviewers:
|
|
- "rrousselGit"
|
|
|
|
- package-ecosystem: "pub"
|
|
directory: "/packages/freezed"
|
|
schedule:
|
|
interval: "weekly"
|
|
reviewers:
|
|
- "rrousselGit"
|
|
|
|
- package-ecosystem: "pub"
|
|
directory: "/packages/freezed_annotations"
|
|
schedule:
|
|
interval: "weekly"
|
|
reviewers:
|
|
- "rrousselGit" |