Skip to content

Commit

Permalink
chore(deps): fix deps, adjust renovate config (#1174)
Browse files Browse the repository at this point in the history
  • Loading branch information
Maurice Dalderup authored Oct 1, 2019
1 parent 5a875e4 commit a6bede7
Show file tree
Hide file tree
Showing 3 changed files with 515 additions and 560 deletions.
13 changes: 11 additions & 2 deletions renovate.json → .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,21 @@
{
"extends": ["config:base"],
"ignoreDeps": ["@ledgerhq/hw-transport-node-hid"],
"ignoreDeps": [
"@ledgerhq/hw-transport-node-hid",
"react-redux",
"redux-saga",
"connected-react-router",
"react-router-dom"
],
"schedule": ["on monday"],
"labels": ["Renovate 🌴"],
"semanticCommits": true,
"semanticCommitType": "fix",
"statusCheckVerify": true,
"packageRules": [
{
"packagePatterns": ["*"],
"semanticCommitType": "fix"
},
{
"packageNames": ["@cityofzion/neon-js"],
"allowedVersions": "< 4"
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"bip39": "3.0.2",
"classnames": "2.2.6",
"coingecko-api": "1.0.6",
"connected-react-router": "6.5.2",
"connected-react-router": "5.0.1",
"ejs": "2.7.1",
"electron-context-menu": "0.11.0",
"electron-is-dev": "0.3.0",
Expand Down Expand Up @@ -110,7 +110,7 @@
"electron-webpack": "1.13.0",
"enzyme": "3.10.0",
"enzyme-adapter-react-16": "1.14.0",
"eslint": "6.4.0",
"eslint": "6.5.1",
"eslint-config-airbnb": "18.0.1",
"eslint-config-prettier": "6.3.0",
"eslint-import-resolver-babel-module": "5.1.0",
Expand Down
Loading

0 comments on commit a6bede7

Please sign in to comment.