All checks were successful
lint/clippy Checking for common mistakes and opportunities for code improvement
build/msvc Build for the target platform: msvc
build/linux Build for the target platform: linux
11 lines
263 B
Text
11 lines
263 B
Text
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"config:recommended",
|
|
":combinePatchMinorReleases",
|
|
":enableVulnerabilityAlerts",
|
|
":rebaseStalePrs"
|
|
],
|
|
"prConcurrentLimit": 10,
|
|
"branchPrefix": "renovate/"
|
|
}
|