We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fe9415 commit b98bed0Copy full SHA for b98bed0
.github/dependabot.yml
@@ -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
11
12
13
14
+ - package-ecosystem: "elm"
15
16
17
.github/workflows/test.yml
@@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
- name: Install dependencies.
run: npm ci
- name: Run tests.
0 commit comments