Skip to content

Commit

Permalink
build(deps): Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
fb55 committed Apr 8, 2021
1 parent c0c235a commit 6249ca1
Show file tree
Hide file tree
Showing 4 changed files with 8,791 additions and 1,025 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"extends": [
"plugin:@typescript-eslint/eslint-recommended",
"plugin:@typescript-eslint/recommended",
"prettier/@typescript-eslint"
"prettier"
],
"parserOptions": {
"sourceType": "module",
Expand Down
24 changes: 12 additions & 12 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
version: 2
updates:
- package-ecosystem: npm
directory: '/'
schedule:
interval: daily
open-pull-requests-limit: 10
versioning-strategy: increase
- package-ecosystem: 'github-actions'
directory: '/'
schedule:
interval: 'weekly'
day: wednesday
time: '12:00'
- package-ecosystem: npm
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 10
versioning-strategy: increase
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
day: wednesday
time: "12:00"
Loading

0 comments on commit 6249ca1

Please sign in to comment.