File tree 11 files changed +59
-7
lines changed
11 files changed +59
-7
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
+
1
5
version : 2
2
6
updates :
3
7
- package-ecosystem : github-actions
4
8
directory : /
9
+ # https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#scheduleinterval
5
10
schedule :
6
- interval : daily
11
+ interval : monthly
7
12
open-pull-requests-limit : 1
8
13
labels :
9
14
- 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
+
1
5
name : pre-commit-optional
2
6
3
7
on :
4
8
pull_request :
5
9
6
10
jobs :
7
11
pre-commit-optional :
8
- runs-on : ubuntu-latest
12
+ runs-on : ubuntu-22.04
9
13
steps :
10
14
- name : Check out repository
11
15
uses : actions/checkout@v4
Original file line number Diff line number Diff line change 6
6
jobs :
7
7
pre-commit :
8
8
if : ${{ github.event.repository.private }} # Use pre-commit.ci for public repositories
9
- runs-on : ubuntu-latest
9
+ runs-on : ubuntu-22.04
10
10
steps :
11
11
- name : Generate token
12
12
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
+
1
5
name : semantic-pull-request
2
6
3
7
on :
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
+
1
5
name : spell-check-differential
2
6
3
7
on :
4
8
pull_request :
5
9
6
10
jobs :
7
11
spell-check-differential :
8
- runs-on : ubuntu-latest
12
+ runs-on : ubuntu-22.04
9
13
steps :
10
14
- name : Check out repository
11
15
uses : actions/checkout@v4
12
16
13
17
- name : Run spell-check
14
18
uses : autowarefoundation/autoware-github-actions/spell-check@v1
15
19
with :
16
- cspell-json-url : https://raw.githubusercontent.com/tier4/autoware-spell-check-dict/main/.cspell.json
20
+ cspell-json-url : https://raw.githubusercontent.com/autowarefoundation/autoware-spell-check-dict/main/.cspell.json
21
+ dict-packages : |
22
+ https://github.com/autowarefoundation/autoware-spell-check-dict
23
+ 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
+
1
5
name : sync-files
2
6
3
7
on :
14
18
sync-files :
15
19
needs : check-secret
16
20
if : ${{ needs.check-secret.outputs.set == 'true' }}
17
- runs-on : ubuntu-latest
21
+ runs-on : ubuntu-22.04
18
22
steps :
19
23
- name : Generate token
20
24
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
+
1
5
# See https://github.com/DavidAnson/markdownlint/blob/main/doc/Rules.md for all rules.
2
6
default : true
3
7
MD013 : false
7
11
style : ordered
8
12
MD033 : false
9
13
MD041 : false
14
+ MD045 : false
10
15
MD046 : false
11
16
MD049 : 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
+ # we already have our own daily update mechanism, we set this to quarterly
9
+ autoupdate_schedule : quarterly
10
+ autoupdate_commit_msg : " ci(pre-commit-optional): quarterly autoupdate"
11
+
1
12
repos :
2
13
- repo : https://github.com/tcort/markdown-link-check
3
- rev : v3.12.1
14
+ rev : v3.12.2
4
15
hooks :
5
16
- id : markdown-link-check
6
17
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
+
1
5
* .param.yaml
2
6
* .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
+
1
5
printWidth : 100
2
6
tabWidth : 2
3
7
overrides :
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
+
1
5
extends : default
2
6
3
7
ignore : |
You can’t perform that action at this time.
0 commit comments