Skip to content

Commit

Permalink
Merge pull request #232 from yutailang0119/update/dependabot
Browse files Browse the repository at this point in the history
Update GitHub Actions by Dependabot
  • Loading branch information
yutailang0119 authored Oct 9, 2021
2 parents afa171c + 29728f5 commit 0c524ad
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
version: 2
updates:
# Enable version updates for npm
- package-ecosystem: 'npm'
# Look for `package.json` and `lock` files in the `root` directory
directory: '/'
# Check the npm registry for updates every day (weekdays)
- package-ecosystem: npm
directory: /
schedule:
interval: 'daily'
interval: daily
- package-ecosystem: github-actions
directory: /
schedule:
interval: daily

0 comments on commit 0c524ad

Please sign in to comment.