mirror of
https://github.com/scratchfoundation/scratch-blocks.git
synced 2024-11-25 16:33:00 +08:00
16 lines
415 B
Plaintext
16 lines
415 B
Plaintext
{
|
|
"$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
|
|
}
|
|
]
|
|
}
|