Skip to content

Commit

Permalink
chore(renovate): update config (#438)
Browse files Browse the repository at this point in the history
  • Loading branch information
hiroppy authored and evilebottnawi committed Jul 8, 2019
1 parent e6f8040 commit c9a5aa5
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 26 deletions.
50 changes: 25 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,31 +37,31 @@
"webpack-log": "^2.0.0"
},
"devDependencies": {
"@babel/cli": "7.4.4",
"@babel/core": "7.4.5",
"@babel/preset-env": "7.4.5",
"@commitlint/cli": "8.0.0",
"@commitlint/config-conventional": "8.0.0",
"@webpack-contrib/defaults": "5.0.1",
"@webpack-contrib/eslint-config-webpack": "3.0.0",
"babel-jest": "24.8.0",
"commitlint-azure-pipelines-cli": "1.0.2",
"cross-env": "5.2.0",
"del": "4.1.1",
"del-cli": "1.1.0",
"eslint": "5.16.0",
"eslint-plugin-import": "2.18.0",
"eslint-plugin-prettier": "3.1.0",
"express": "4.17.1",
"file-loader": "3.0.1",
"husky": "3.0.0",
"jest": "24.8.0",
"jest-junit": "6.4.0",
"lint-staged": "8.2.1",
"prettier": "1.18.2",
"standard-version": "6.0.1",
"supertest": "4.0.2",
"webpack": "4.35.2"
"@babel/cli": "^7.4.4",
"@babel/core": "^7.4.5",
"@babel/preset-env": "^7.4.5",
"@commitlint/cli": "^8.0.0",
"@commitlint/config-conventional": "^8.0.0",
"@webpack-contrib/defaults": "^5.0.1",
"@webpack-contrib/eslint-config-webpack": "^3.0.0",
"babel-jest": "^24.8.0",
"commitlint-azure-pipelines-cli": "^1.0.2",
"cross-env": "^5.2.0",
"del": "^4.1.1",
"del-cli": "^1.1.0",
"eslint": "^5.16.0",
"eslint-plugin-import": "^2.18.0",
"eslint-plugin-prettier": "^3.1.0",
"express": "^4.17.1",
"file-loader": "^3.0.1",
"husky": "^3.0.0",
"jest": "^24.8.0",
"jest-junit": "^6.4.0",
"lint-staged": "^8.2.1",
"prettier": "^1.18.2",
"standard-version": "^6.0.1",
"supertest": "^4.0.2",
"webpack": "^4.35.2"
},
"keywords": [
"webpack",
Expand Down
10 changes: 9 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,19 @@
{
"extends": ["config:base", ":semanticCommitTypeAll(chore)"],
"baseBranches": ["master"],
"labels": ["renovate"],
"minor": {
"groupName": "all minor dependencies"
},
"patch": {
"groupName": "all patch dependencies"
},
"separateMinorPatch": true
"separateMinorPatch": true,
"rangeStrategy": "bump",
"packageRules": [
{
"depTypeList": ["peerDependencies"],
"enabled": false
}
]
}

0 comments on commit c9a5aa5

Please sign in to comment.