Skip to content

Commit afc46ee

Browse files
committed
Add dependabot
1 parent 0ae7719 commit afc46ee

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

.github/.dependabot.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "github-actions"
4+
directory: "/"
5+
schedule:
6+
interval: "monthly"
7+
- package-ecosystem: "npm"
8+
directory: "/"
9+
schedule:
10+
interval: "monthly"
11+
rebase-strategy: "auto"

.github/workflows/node.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
node-version: ${{ env.NODE_VERSION }}
2020
cache: 'yarn'
2121
- run: yarn
22+
- run: yarn build
2223
- run: yarn test:cov
2324
- uses: codecov/codecov-action@v3
2425
with:

0 commit comments

Comments
 (0)