File tree 3 files changed +12
-6
lines changed
3 files changed +12
-6
lines changed Original file line number Diff line number Diff line change
1
+ version : 2
2
+ updates :
3
+ - package-ecosystem : " github-actions"
4
+ directory : " /"
5
+ schedule :
6
+ interval : " daily"
7
+ open-pull-requests-limit : 1
Original file line number Diff line number Diff line change 18
18
--output .github/workflows/.cspell.json \
19
19
https://raw.githubusercontent.com/tier4/autoware-spell-check-dict/main/cspell/.cspell.json
20
20
21
- - uses : streetsidesoftware/cspell-action@v1.1.1
21
+ - uses : streetsidesoftware/cspell-action@v1.2.5
22
22
with :
23
23
config : " .github/workflows/.cspell.json"
Original file line number Diff line number Diff line change @@ -20,6 +20,10 @@ repositories:
20
20
type: git
21
21
url: git@github.com:tier4/autoware_individual_params.eva.git
22
22
version: main
23
+ autoware/calibration_tools:
24
+ type: git
25
+ url: git@github.com:tier4/calibration_tools.git
26
+ version: main
23
27
# dds
24
28
dds/rmw_cyclonedds:
25
29
type: git
@@ -186,8 +190,3 @@ repositories:
186
190
type: git
187
191
url: git@github.com:tier4/autoware_ecu_system_setup.git
188
192
version: main
189
- # calibration
190
- # calibration/tunable_static_tf_broadcaster:
191
- # type: git
192
- # url: https://github.com/tier4/tunable_static_tf_broadcaster.git
193
- # version: ros2
You can’t perform that action at this time.
0 commit comments