Skip to content

Commit b21c528

Browse files
update renovate config
1 parent 3ec7321 commit b21c528

File tree

1 file changed

+2
-40
lines changed

1 file changed

+2
-40
lines changed

renovate.json

Lines changed: 2 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,5 @@
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
}

0 commit comments

Comments
 (0)