Files
001code-html--cocos/scratch-blocks/renovate.json5
2026-09-07 09:55:36 +08:00

16 lines
386 B
Plaintext

{
"$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
}
]
}