Skip to content

Commit 0f85c52

Browse files
committed
Added renovate config
Signed-off-by: Andre Wanlin <awanlin@spotify.com>
1 parent f64916a commit 0f85c52

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

renovate.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": ["config:best-practices", ":gitSignOff"],
4+
"labels": ["dependencies"],
5+
"packageRules": [
6+
{
7+
"matchUpdateTypes": ["major", "minor", "patch"],
8+
"addLabels": ["{{ updateType }}"]
9+
}
10+
],
11+
"osvVulnerabilityAlerts": true,
12+
"vulnerabilityAlerts": {
13+
"addLabels": ["security"],
14+
"enabled": true
15+
}
16+
}

0 commit comments

Comments
 (0)