Skip to content
This repository has been archived by the owner on Nov 23, 2023. It is now read-only.

Commit

Permalink
Add github-actions to Dependabot configuration. Use version of covera…
Browse files Browse the repository at this point in the history
…llsapp in GitHub Actions
  • Loading branch information
raymond-lam committed Dec 25, 2020
1 parent 5f686fb commit dc93c93
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,7 @@ updates:
directory: "/"
schedule:
interval: "daily"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
node-version: 15
- run: npm ci
- run: npm run test:coverage
- uses: coverallsapp/github-action@master
- uses: coverallsapp/github-action@v1.1.2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
publish:
Expand Down

0 comments on commit dc93c93

Please sign in to comment.