File tree 1 file changed +16
-12
lines changed
1 file changed +16
-12
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"$schema" : " https://docs.renovatebot.com/renovate-schema.json" ,
3
- "extends" : [
4
- " config:base"
5
- ],
3
+ "extends" : [" config:base" ],
6
4
"schedule" : [" every weekend" ],
7
5
"packageRules" : [
8
6
{
9
7
"matchManagers" : [" github-actions" ],
10
- "groupName" : " github-actions" ,
11
- "commitMessageTopic" : " github-actions"
8
+ "groupName" : " github-actions"
12
9
},
13
10
{
14
- "extends" : " group:nodeJs" ,
15
- "matchUpdateTypes" : [
16
- " minor" ,
17
- " patch"
18
- ],
19
- "groupName" : " nodeJs" ,
20
- "commitMessageTopic" : " NodeJs"
11
+ "matchManagers" : [" gomod" ],
12
+ "matchUpdateTypes" : [" minor" , " patch" ],
13
+ "groupName" : " go"
14
+ },
15
+ {
16
+ "matchManagers" : [" npm" ],
17
+ "matchDepTypes" : [" dependencies" ],
18
+ "matchUpdateTypes" : [" minor" , " patch" ],
19
+ "groupName" : " npm"
20
+ },
21
+ {
22
+ "matchManagers" : [" npm" ],
23
+ "matchDepTypes" : [" devDependencies" ],
24
+ "groupName" : " npm dev"
21
25
}
22
26
]
23
27
}
You can’t perform that action at this time.
0 commit comments