File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ version: 2
55enable-beta-ecosystems : true
66
77updates :
8+ - package-ecosystem : " pub"
9+ directory : " ."
10+ schedule :
11+ interval : " monthly"
812 - package-ecosystem : " pub"
913 directory : " core_node"
1014 schedule :
@@ -37,6 +41,14 @@ updates:
3741 directory : " repo_support"
3842 schedule :
3943 interval : " monthly"
44+ - package-ecosystem : " pub"
45+ directory : " stdio_node"
46+ schedule :
47+ interval : " monthly"
48+ - package-ecosystem : " pub"
49+ directory : " stdio_node_test"
50+ schedule :
51+ interval : " monthly"
4052 - package-ecosystem : " github-actions"
4153 directory : " /"
4254 schedule :
Original file line number Diff line number Diff line change 3838 dart : stable
3939 node : 20
4040 steps :
41- - uses : actions/checkout@v5
41+ - uses : actions/checkout@v6
4242 - uses : dart-lang/setup-dart@v1.4
4343 with :
4444 sdk : ${{ matrix.dart }}
Original file line number Diff line number Diff line change 2020 - os : ubuntu-latest
2121 dart : stable
2222 steps :
23- - uses : actions/checkout@v5
23+ - uses : actions/checkout@v6
2424 - uses : dart-lang/setup-dart@v1.4
2525 with :
2626 sdk : ${{ matrix.dart }}
You can’t perform that action at this time.
0 commit comments