mirror of
https://github.com/jlengrand/error-prone-support.git
synced 2026-03-10 08:11:25 +00:00
23 lines
492 B
JSON
23 lines
492 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"packageRules": [
|
|
{
|
|
"matchPackagePatterns": [
|
|
"^org\\.springframework:spring-framework-bom$",
|
|
"^org\\.springframework\\.boot:spring-boot[a-z-]*$"
|
|
],
|
|
"separateMinorPatch": true
|
|
},
|
|
{
|
|
"matchPackagePatterns": [
|
|
"^com\\.palantir\\.baseline:baseline-error-prone$"
|
|
],
|
|
"schedule": "* * 1 * *"
|
|
}
|
|
],
|
|
"reviewers": [
|
|
"rickie",
|
|
"Stephan202"
|
|
]
|
|
}
|