Skip to content

Commit

Permalink
Merge pull request #71 from maboroshi-inc/2.0.7
Browse files Browse the repository at this point in the history
2.0.7
  • Loading branch information
haribote authored Feb 25, 2020
2 parents 39f9b29 + f220251 commit 0d25823
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion .dependabot/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,16 @@ update_configs:
- package_manager: javascript
directory: '/'
update_schedule: 'weekly'
automerged_updates:
- match:
dependency_type: 'development'
update_type: 'all'
allowed_updates:
- match:
update_type: 'security'
- match:
dependency_type: 'production'
update_type: 'all'
dependency_type: 'direct'
default_reviewers:
- ajunajunajun
- haribote
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@maboroshi/eslint-config",
"version": "2.0.6",
"version": "2.0.7",
"description": "Our standard lint configurations for JavaScript",
"main": ".eslintrc.json",
"scripts": {
Expand Down Expand Up @@ -31,6 +31,6 @@
"peerDependencies": {
"eslint": "^6.8.0",
"prettier": "^1.19.1",
"typescript": "^3.6.0"
"typescript": "^3.8.2"
}
}

0 comments on commit 0d25823

Please sign in to comment.