Skip to content

Commit 0e6ddb6

Browse files
committed
chore: add renovate config
1 parent edc717e commit 0e6ddb6

File tree

2 files changed

+591
-16
lines changed

2 files changed

+591
-16
lines changed

package.json

+18
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@
66
"author": "Mike North <[email protected]> (https://mike.works)",
77
"private": true,
88
"devDependencies": {
9+
"@commitlint/cli": "7.5.2",
10+
"@commitlint/config-conventional": "7.5.0",
11+
"@commitlint/travis-cli": "7.5.2",
12+
"@mike-works/js-lib-renovate-config": "^2.0.0",
13+
"@mike-works/workshop-semantic-release-config": "^1.0.0",
914
"@types/chai": "^4.1.7",
1015
"@types/mocha": "^5.2.6",
1116
"@types/node": "^11.9.6",
@@ -32,5 +37,18 @@
3237
"build": "lerna run build",
3338
"test": "lerna run test",
3439
"postinstall": "lerna link"
40+
},
41+
"release": {
42+
"extends": "@mike-works/workshop-semantic-release-config"
43+
},
44+
"commitlint": {
45+
"extends": [
46+
"@commitlint/config-conventional"
47+
]
48+
},
49+
"husky": {
50+
"hooks": {
51+
"commit-msg": "./node_modules/.bin/commitlint -e $HUSKY_GIT_PARAMS"
52+
}
3553
}
3654
}

0 commit comments

Comments
 (0)