Skip to content

Commit 8e5f531

Browse files
committed
add dependabot
1 parent f142d8e commit 8e5f531

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

.github/dependabot.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# https://docs.github.com/en/code-security/dependabot/working-with-dependabot/automating-dependabot-with-github-actions
2+
3+
version: 2
4+
updates:
5+
- package-ecosystem: "github-actions" # See documentation for possible values
6+
directory: "/" # Location of package manifests
7+
schedule:
8+
interval: "weekly"

.github/workflows/check-crlf.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
steps:
1414
- name: Checkout repository contents
15-
uses: actions/checkout@v3
15+
uses: actions/checkout@v5
1616

1717
- name: Use action to check for CRLF endings
18-
uses: erclu/check-crlf@v1.2.0
18+
uses: erclu/check-crlf@master

0 commit comments

Comments
 (0)