Skip to content

Commit

Permalink
feat: use manual base preset instead of config:base preset
Browse files Browse the repository at this point in the history
I didn't like the Dependency Dashboard...
  • Loading branch information
p-chan committed Oct 8, 2021
1 parent 7818af4 commit a9e809f
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,13 @@
},
"base": {
"extends": [
"config:base",
":disableRateLimiting"
":semanticPrefixFixDepsChoreOthers",
":ignoreModulesAndTests",
":autodetectPinVersions",
":disableRateLimiting",
"group:monorepos",
"group:recommended",
"workarounds:all"
]
},
"app": {
Expand Down

0 comments on commit a9e809f

Please sign in to comment.