Skip to content

Commit 373e72b

Browse files
authored
Sync upstream (autowarefoundation#29)
1 parent e07985c commit 373e72b

File tree

3 files changed

+12
-6
lines changed

3 files changed

+12
-6
lines changed

.github/dependabot.yml

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "github-actions"
4+
directory: "/"
5+
schedule:
6+
interval: "daily"
7+
open-pull-requests-limit: 1

.github/workflows/spell_check_pr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ jobs:
1818
--output .github/workflows/.cspell.json \
1919
https://raw.githubusercontent.com/tier4/autoware-spell-check-dict/main/cspell/.cspell.json
2020
21-
- uses: streetsidesoftware/cspell-action@v1.1.1
21+
- uses: streetsidesoftware/cspell-action@v1.2.5
2222
with:
2323
config: ".github/workflows/.cspell.json"

autoware.proj.repos

+4-5
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ repositories:
2020
type: git
2121
url: git@github.com:tier4/autoware_individual_params.eva.git
2222
version: main
23+
autoware/calibration_tools:
24+
type: git
25+
url: git@github.com:tier4/calibration_tools.git
26+
version: main
2327
# dds
2428
dds/rmw_cyclonedds:
2529
type: git
@@ -186,8 +190,3 @@ repositories:
186190
type: git
187191
url: git@github.com:tier4/autoware_ecu_system_setup.git
188192
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

0 commit comments

Comments
 (0)