renovate.json5
386 Bytes
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"github>LLK/scratch-renovate-config"
],
"packageRules": [
// Closure compiler & library releases are always "major" so separating them leads to PR SPAM
{
"matchPackageNames": ["google-closure-compiler", "google-closure-library"],
"separateMultipleMajor": false
}
]
}