We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 463d56d commit 45e95afCopy full SHA for 45e95af
renovate.json
@@ -1,6 +1,29 @@
1
{
2
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
"extends": [
4
- "config:recommended"
+ "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
22
+ "matchPackagePrefixes": ["github.com/livekit"],
23
+ "groupName": "livekit deps"
24
+ }
25
26
+ "postUpdateOptions": [
27
+ "gomodTidy"
28
]
29
}
0 commit comments