Skip to content

Commit 760db4a

Browse files
authored
chore: minor misc updates to github workflows/dependabot. (#11)
Co-authored-by: Nick Prendergast <[email protected]>
1 parent 2a334b7 commit 760db4a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ updates:
55
schedule:
66
interval: weekly
77
commit-message:
8-
prefix: fix
8+
prefix: chore(deps)

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v4
1414
- name: Check workflow files
15-
uses: docker://rhysd/actionlint:1.6.23
15+
uses: docker://rhysd/actionlint:1.7.1
1616
with:
1717
args: -color

.github/workflows/semantic-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Lint
1+
name: Semantic Pull Request
22

33
on:
44
pull_request_target:

0 commit comments

Comments
 (0)