mirror of
https://github.com/mantinedev/next-app-template.git
synced 2026-06-22 04:11:26 +10:00
22 lines
513 B
JSON
22 lines
513 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"schedule": ["before 5am on sunday"],
|
|
"separateMajorMinor": true,
|
|
"automergeType": "pr",
|
|
"platformAutomerge": true,
|
|
"packageRules": [
|
|
{
|
|
"matchUpdateTypes": ["minor", "patch"],
|
|
"groupName": "all non-major dependencies",
|
|
"automerge": true
|
|
},
|
|
{
|
|
"matchUpdateTypes": ["major"],
|
|
"groupName": "major dependencies",
|
|
"automerge": false
|
|
}
|
|
],
|
|
"prHourlyLimit": 0,
|
|
"prConcurrentLimit": 0
|
|
}
|