Skip to content

Commit

Permalink
pipeline: allow greenkeeper package lock commits
Browse files Browse the repository at this point in the history
This will properly flag greenkeeper update attempts as failed or passed. Scope "package" should not be used though.
  • Loading branch information
byCedric committed Feb 26, 2019
1 parent 2c8d904 commit f92edcb
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,19 @@
"commitlint": {
"extends": [
"@peakfijn/config-commitlint"
]
],
"rules": {
"scope-empty": [
0
],
"scope-enum": [
2,
"always",
[
"package"
]
]
}
},
"release": {
"extends": "@peakfijn/config-release"
Expand Down

0 comments on commit f92edcb

Please sign in to comment.