Skip to content

Commit

Permalink
fix: fix config
Browse files Browse the repository at this point in the history
  • Loading branch information
xudongdev committed Mar 27, 2020
1 parent d744e60 commit fd801d4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
8 changes: 6 additions & 2 deletions .dependabot/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@ update_configs:
prefix: "fix"
prefix_development: "chore"
include_scope: true
allowed_updates:
- match:
dependency_type: "production"
update_type: "all"
automerged_updates:
- match:
dependency_type: "all"
update_type: "all"
dependency_type: "all"
update_type: "all"
8 changes: 3 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,10 @@
},
"lint-staged": {
"*.{json,js,md}": [
"prettier --write",
"git add"
"prettier --write"
],
"*.{js,ts}": [
"eslint --fix",
"git add"
"*.js": [
"eslint --fix"
]
},
"jest": {
Expand Down

0 comments on commit fd801d4

Please sign in to comment.