mirror of
https://github.com/jlengrand/error-prone-support.git
synced 2026-03-10 08:11:25 +00:00
28 lines
599 B
JSON
28 lines
599 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"helpers:pinGitHubActionDigests"
|
|
],
|
|
"packageRules": [
|
|
{
|
|
"matchPackagePatterns": [
|
|
"^org\\.springframework:spring-framework-bom$",
|
|
"^org\\.springframework\\.boot:spring-boot[a-z-]*$"
|
|
],
|
|
"separateMinorPatch": true
|
|
},
|
|
{
|
|
"matchDepNames": [
|
|
"dawidd6/action-download-artifact",
|
|
"github/codeql-action",
|
|
"ruby/setup-ruby"
|
|
],
|
|
"schedule": "every 4 weeks on Monday"
|
|
}
|
|
],
|
|
"reviewers": [
|
|
"rickie",
|
|
"Stephan202"
|
|
]
|
|
}
|