Skip to content

Commit

Permalink
fix(renovate): enabled vulnerabilityAlerts & statusCheckVerify & rang…
Browse files Browse the repository at this point in the history
…eStrategy
  • Loading branch information
TiagoDanin committed May 11, 2019
1 parent ecfe2ab commit 89faf2d
Showing 1 changed file with 15 additions and 9 deletions.
24 changes: 15 additions & 9 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
{
"extends": [
"config:base"
],
"assignees": [
"TiagoDanin"
],
"labels": [
"renovate"
]
"extends": [
"config:base"
],
"assignees": [
"TiagoDanin"
],
"labels": [
"renovate"
],
"rangeStrategy": "bump",
"statusCheckVerify": true,
"vulnerabilityAlerts": {
"labels": ["security"],
"assignees": ["TiagoDanin"]
}
}

0 comments on commit 89faf2d

Please sign in to comment.