Skip to content

Commit b98bed0

Browse files
committed
Update dependencies and ecosystem.
1 parent 9fe9415 commit b98bed0

File tree

4 files changed

+1785
-27
lines changed

4 files changed

+1785
-27
lines changed

.github/dependabot.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
version: 2
2+
3+
updates:
4+
- package-ecosystem: "github-actions"
5+
directory: "/"
6+
schedule:
7+
interval: "weekly"
8+
9+
- package-ecosystem: "npm"
10+
directory: "/"
11+
schedule:
12+
interval: "weekly"
13+
14+
- package-ecosystem: "elm"
15+
directory: "/"
16+
schedule:
17+
interval: "weekly"

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99

1010
steps:
11-
- uses: actions/checkout@v2
11+
- uses: actions/checkout@v3
1212
- name: Install dependencies.
1313
run: npm ci
1414
- name: Run tests.

0 commit comments

Comments
 (0)