Skip to content

Commit 45e95af

Browse files
Add renovate.json (#285)
1 parent 463d56d commit 45e95af

File tree

1 file changed

+24
-1
lines changed

1 file changed

+24
-1
lines changed

renovate.json

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,29 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": [
4-
"config:recommended"
4+
"config:base"
5+
],
6+
"commitBody": "Generated by renovateBot",
7+
"packageRules": [
8+
{
9+
"matchManagers": ["github-actions"],
10+
"groupName": "github workflows"
11+
},
12+
{
13+
"matchManagers": ["dockerfile"],
14+
"groupName": "docker deps"
15+
},
16+
{
17+
"matchManagers": ["gomod"],
18+
"groupName": "go deps"
19+
},
20+
{
21+
"matchManagers": ["gomod"],
22+
"matchPackagePrefixes": ["github.com/livekit"],
23+
"groupName": "livekit deps"
24+
}
25+
],
26+
"postUpdateOptions": [
27+
"gomodTidy"
528
]
629
}

0 commit comments

Comments
 (0)