Skip to content

Commit

Permalink
feat(dependabot.yml): changed npm to yarn
Browse files Browse the repository at this point in the history
Changed dependabot config from npm to yarn as default

fix #6
  • Loading branch information
Manny authored and Manny committed Jul 13, 2020
1 parent 12b80d2 commit cf37894
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: 2
updates:
- package-ecosystem: npm
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 10
- package-ecosystem: yarn
directory: '/'
schedule:
interval: daily
open-pull-requests-limit: 10

0 comments on commit cf37894

Please sign in to comment.