mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-01-29 06:27:49 +00:00
18 lines
363 B
JSON
18 lines
363 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"config:base"
|
|
],
|
|
"enabledManagers": ["npm", "github-actions"],
|
|
"packageRules": [
|
|
{
|
|
"matchManagers": ["npm"],
|
|
"matchUpdateTypes": ["major"],
|
|
"enabled": false
|
|
}
|
|
],
|
|
"prHourlyLimit": 0,
|
|
"prConcurrentLimit": 10,
|
|
"minimumReleaseAge": "14d"
|
|
}
|