File tree Expand file tree Collapse file tree 1 file changed +2
-40
lines changed
Expand file tree Collapse file tree 1 file changed +2
-40
lines changed Original file line number Diff line number Diff line change 11{
2- "$schema" : " https://docs.renovatebot.com/renovate-schema.json" ,
32 "extends" : [
4- " config:base"
5- ],
6- "schedule" : [
7- " on monday"
8- ],
9- "packageRules" : [
10- {
11- "matchSourceUrlPrefixes" : [" https://github.com/google/error-prone" ],
12- "groupName" : " error-prone monorepo"
13- },
14- {
15- "matchPackagePrefixes" : [" com.google.auto.value:" ],
16- "groupName" : " auto-value monorepo"
17- },
18- {
19- "matchPackagePrefixes" : [" com.google.guava:" ],
20- "versioning" : " regex:^(?<major>\\ d+)(\\ .(?<minor>\\ d+))?(\\ .(?<patch>\\ d+))?(-(?<compatibility>.*))?$"
21- },
22- {
23- "matchUpdateTypes" : [" patch" ],
24- "excludePackageNames" : [" gradle" ],
25- "groupName" : " patch-release dependency changes"
26- },
27- {
28- "matchManagers" : [" github-actions" , " gradle-wrapper" ],
29- "groupName" : " gradle and github actions"
30- },
31- {
32- "matchDepTypes" : [" plugin" ],
33- "groupName" : " gradle and github actions"
34- },
35- {
36- "matchPaths" : [" build-logic/*" ],
37- "groupName" : " gradle and github actions"
38- }
39- ],
40- "prHourlyLimit" : 3 ,
41- "pruneStaleBranches" : false ,
42- "semanticCommits" : " disabled"
3+ " local>vectrix-space/.github:renovate-config"
4+ ]
435}
You can’t perform that action at this time.
0 commit comments