Skip to content

Commit

Permalink
tweaked CI configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
FND committed Feb 26, 2022
1 parent c105a42 commit 0fb9a6a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 13 deletions.
19 changes: 8 additions & 11 deletions .github/dependabot.yaml
@@ -1,13 +1,10 @@
version: 2
updates:
# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"

# Maintain dependencies for npm
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: daily
- package-ecosystem: npm
directory: "/"
schedule:
interval: daily
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Expand Up @@ -11,8 +11,8 @@ jobs:
- 16.x
- 17.x
steps:
- uses: actions/checkout@v2.4.0
- uses: actions/setup-node@v2.5.1
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- run: npm install-test
Expand Down

0 comments on commit 0fb9a6a

Please sign in to comment.