Skip to content

Commit d9473ba

Browse files
author
amuraru
committed
Enable Renovate
1 parent c7cabd3 commit d9473ba

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

renovate.json

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": [
4+
"config:base"
5+
],
6+
"labels": ["dependencies"],
7+
"postUpdateOptions": [
8+
"gomodTidy"
9+
],
10+
"packageRules": [
11+
{
12+
"description": "Group all non-major Go module updates together",
13+
"matchDatasources": ["go"],
14+
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
15+
"groupName": "Go modules (non-major)",
16+
"automerge": false
17+
},
18+
{
19+
"description": "Group all major Go module updates together",
20+
"matchDatasources": ["go"],
21+
"matchUpdateTypes": ["major"],
22+
"groupName": "Go modules (major)",
23+
"automerge": false
24+
}
25+
],
26+
"vulnerabilityAlerts": {
27+
"labels": ["security"],
28+
"automerge": false
29+
}
30+
}
31+

0 commit comments

Comments
 (0)