Skip to content

Commit

Permalink
chore: add renovate config [ch6600]
Browse files Browse the repository at this point in the history
  • Loading branch information
exactlyaron committed Jul 23, 2021
1 parent 2782248 commit 52b2640
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"extends": [
"config:base"
],
"dependencyDashboard": true,
"enabledManagers": ["npm"],
"packageRules": [
{
"matchDepTypes": ["devDependencies"],
"automerge": true,
"semanticCommitType": "build",
"semanticCommitScope": "deps-dev",
"labels": ["devDependencies"]
},
{
"matchDepTypes": ["dependencies"],
"semanticCommitType": "build",
"semanticCommitScope": "deps",
"labels": ["dependencies"],
"reviewers": ["team:tymly-reviewers"]
}
],
"vulnerabilityAlerts": {
"labels": ["security"]
}
}

0 comments on commit 52b2640

Please sign in to comment.