mirror of
https://github.com/scratchfoundation/scratch-blocks.git
synced 2025-08-28 22:10:31 -04:00
15 lines
415 B
Text
15 lines
415 B
Text
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
|
|
"extends": [
|
|
"github>scratchfoundation/scratch-renovate-config:js-lib-bundled"
|
|
],
|
|
|
|
"packageRules": [
|
|
// Closure compiler & library releases are always "major" so separating them leads to PR SPAM
|
|
{
|
|
"matchPackageNames": ["google-closure-compiler", "google-closure-library"],
|
|
"separateMultipleMajor": false
|
|
}
|
|
]
|
|
}
|