Skip to content

Commit a064c67

Browse files
awf-autoware-bot[bot]github-actions
and
github-actions
authored
chore: sync files (#1266)
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions <github-actions@github.com>
1 parent 6ae982c commit a064c67

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/dependabot.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ version: 2
66
updates:
77
- package-ecosystem: github-actions
88
directory: /
9+
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#scheduleinterval
910
schedule:
10-
interval: daily
11+
interval: monthly
1112
open-pull-requests-limit: 1
1213
labels:
1314
- tag:bot

.github/workflows/build-and-test-differential.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
make-sure-label-is-present:
1717
uses: autowarefoundation/autoware-github-actions/.github/workflows/make-sure-label-is-present.yaml@v1
1818
with:
19-
label: tag:run-build-and-test-differential
19+
label: run:build-and-test-differential
2020

2121
build-and-test-differential:
2222
needs: make-sure-label-is-present

.pre-commit-config-optional.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
repos:
66
- repo: https://github.com/tcort/markdown-link-check
7-
rev: v3.12.2
7+
rev: v3.13.6
88
hooks:
99
- id: markdown-link-check
1010
args: [--quiet, --config=.markdown-link-check.json]

0 commit comments

Comments
 (0)