File tree Expand file tree Collapse file tree 11 files changed +82
-17
lines changed
Expand file tree Collapse file tree 11 files changed +82
-17
lines changed Original file line number Diff line number Diff line change 1+ # This file is automatically synced from:
2+ # https://github.com/autowarefoundation/sync-file-templates
3+ # To make changes, update the source repository and follow the guidelines in its README.
4+
15version : 2
26updates :
37 - package-ecosystem : github-actions
48 directory : /
9+ # https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#scheduleinterval
510 schedule :
6- interval : daily
11+ interval : monthly
712 open-pull-requests-limit : 1
813 labels :
914 - tag:bot
Original file line number Diff line number Diff line change 1+ # This file is automatically synced from:
2+ # https://github.com/autowarefoundation/sync-file-templates
3+ # To make changes, update the source repository and follow the guidelines in its README.
4+
15name : pre-commit-optional
26
37on :
48 pull_request :
59
10+ concurrency :
11+ group : ${{ github.workflow }}-${{ github.event_name }}-${{ github.ref }}
12+ cancel-in-progress : true
13+
614jobs :
715 pre-commit-optional :
8- runs-on : ubuntu-latest
16+ runs-on : ubuntu-22.04
917 steps :
1018 - name : Check out repository
11- uses : actions/checkout@v5
19+ uses : actions/checkout@v4
1220 with :
1321 fetch-depth : 0
1422
Original file line number Diff line number Diff line change 1+ # This file is automatically synced from:
2+ # https://github.com/autowarefoundation/sync-file-templates
3+ # To make changes, update the source repository and follow the guidelines in its README.
4+
15name : pre-commit
26
37on :
48 pull_request :
59
10+ concurrency :
11+ group : ${{ github.workflow }}-${{ github.event_name }}-${{ github.ref }}
12+ cancel-in-progress : true
13+
614jobs :
715 pre-commit :
816 if : ${{ github.event.repository.private }} # Use pre-commit.ci for public repositories
9- runs-on : ubuntu-latest
17+ runs-on : ubuntu-22.04
1018 steps :
1119 - name : Generate token
1220 id : generate-token
1624 private_key : ${{ secrets.PRIVATE_KEY }}
1725
1826 - name : Check out repository
19- uses : actions/checkout@v5
27+ uses : actions/checkout@v4
2028 with :
2129 ref : ${{ github.event.pull_request.head.ref }}
2230
Original file line number Diff line number Diff line change 1+ # This file is automatically synced from:
2+ # https://github.com/autowarefoundation/sync-file-templates
3+ # To make changes, update the source repository and follow the guidelines in its README.
4+
15name : semantic-pull-request
26
37on :
Original file line number Diff line number Diff line change 1+ # This file is automatically synced from:
2+ # https://github.com/autowarefoundation/sync-file-templates
3+ # To make changes, update the source repository and follow the guidelines in its README.
4+
15name : spell-check-differential
26
37on :
48 pull_request :
59
10+ concurrency :
11+ group : ${{ github.workflow }}-${{ github.event_name }}-${{ github.ref }}
12+ cancel-in-progress : true
13+
614jobs :
715 spell-check-differential :
8- runs-on : ubuntu-latest
16+ runs-on : ubuntu-22.04
917 steps :
1018 - name : Check out repository
11- uses : actions/checkout@v5
19+ uses : actions/checkout@v4
1220
1321 - name : Run spell-check
1422 uses : autowarefoundation/autoware-github-actions/spell-check@v1
1523 with :
16- cspell-json-url : https://raw.githubusercontent.com/tier4/autoware-spell-check-dict/main/.cspell.json
24+ cspell-json-url : https://raw.githubusercontent.com/autowarefoundation/autoware-spell-check-dict/main/.cspell.json
25+ dict-packages : |
26+ https://github.com/autowarefoundation/autoware-spell-check-dict
27+ https://github.com/tier4/cspell-dicts
Original file line number Diff line number Diff line change 1+ # This file is automatically synced from:
2+ # https://github.com/autowarefoundation/sync-file-templates
3+ # To make changes, update the source repository and follow the guidelines in its README.
4+
15name : sync-files
26
37on :
48 schedule :
59 - cron : 0 0 * * *
610 workflow_dispatch :
711
8- jobs :
9- check-secret :
10- uses : autowarefoundation/autoware-github-actions/.github/workflows/check-secret.yaml@v1
11- secrets :
12- secret : ${{ secrets.APP_ID }}
12+ concurrency :
13+ group : ${{ github.workflow }}-${{ github.event_name }}-${{ github.ref }}
14+ cancel-in-progress : true
1315
16+ jobs :
1417 sync-files :
15- needs : check-secret
16- if : ${{ needs.check-secret.outputs.set == 'true' }}
17- runs-on : ubuntu-latest
18+ runs-on : ubuntu-22.04
1819 steps :
1920 - name : Generate token
2021 id : generate-token
Original file line number Diff line number Diff line change 1+ # This file is automatically synced from:
2+ # https://github.com/autowarefoundation/sync-file-templates
3+ # To make changes, update the source repository and follow the guidelines in its README.
4+
15# See https://github.com/DavidAnson/markdownlint/blob/main/doc/Rules.md for all rules.
26default : true
37MD013 : false
711 style : ordered
812MD033 : false
913MD041 : false
14+ MD045 : false
1015MD046 : false
1116MD049 : false
17+ MD059 : false
Original file line number Diff line number Diff line change 1+ # This file is automatically synced from:
2+ # https://github.com/autowarefoundation/sync-file-templates
3+ # To make changes, update the source repository and follow the guidelines in its README.
4+
5+ # https://pre-commit.ci/#configuration
6+ ci :
7+ autofix_commit_msg : " style(pre-commit-optional): autofix"
8+ autoupdate_schedule : quarterly
9+ autoupdate_commit_msg : " ci(pre-commit-optional): quarterly autoupdate"
10+
111repos :
212 - repo : https://github.com/tcort/markdown-link-check
3- rev : v3.12.1
13+ rev : v3.14.2
414 hooks :
515 - id : markdown-link-check
616 args : [--quiet, --config=.markdown-link-check.json]
Original file line number Diff line number Diff line change 1+ # This file is automatically synced from:
2+ # https://github.com/autowarefoundation/sync-file-templates
3+ # To make changes, update the source repository and follow the guidelines in its README.
4+
15* .param.yaml
26* .rviz
Original file line number Diff line number Diff line change 1+ # This file is automatically synced from:
2+ # https://github.com/autowarefoundation/sync-file-templates
3+ # To make changes, update the source repository and follow the guidelines in its README.
4+
15printWidth : 100
26tabWidth : 2
37overrides :
You can’t perform that action at this time.
0 commit comments