Skip to content

Commit

Permalink
update renovate config
Browse files Browse the repository at this point in the history
  • Loading branch information
vectrixdevelops committed Apr 14, 2022
1 parent 3ec7321 commit b21c528
Showing 1 changed file with 2 additions and 40 deletions.
42 changes: 2 additions & 40 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,43 +1,5 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
],
"schedule": [
"on monday"
],
"packageRules": [
{
"matchSourceUrlPrefixes": ["https://github.com/google/error-prone"],
"groupName": "error-prone monorepo"
},
{
"matchPackagePrefixes": ["com.google.auto.value:"],
"groupName": "auto-value monorepo"
},
{
"matchPackagePrefixes": ["com.google.guava:"],
"versioning": "regex:^(?<major>\\d+)(\\.(?<minor>\\d+))?(\\.(?<patch>\\d+))?(-(?<compatibility>.*))?$"
},
{
"matchUpdateTypes": ["patch"],
"excludePackageNames": ["gradle"],
"groupName": "patch-release dependency changes"
},
{
"matchManagers": ["github-actions", "gradle-wrapper"],
"groupName": "gradle and github actions"
},
{
"matchDepTypes": ["plugin"],
"groupName": "gradle and github actions"
},
{
"matchPaths": ["build-logic/*"],
"groupName": "gradle and github actions"
}
],
"prHourlyLimit": 3,
"pruneStaleBranches": false,
"semanticCommits": "disabled"
"local>vectrix-space/.github:renovate-config"
]
}

0 comments on commit b21c528

Please sign in to comment.