mirror of
https://github.com/mantinedev/next-app-template.git
synced 2026-06-22 04:11:26 +10:00
Enable automerge for non-major Renovate updates
This commit is contained in:
+11
-3
@@ -1,11 +1,19 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
"schedule": ["before 5am on sunday"],
|
"schedule": ["before 5am on sunday"],
|
||||||
"groupName": "all dependencies",
|
"separateMajorMinor": true,
|
||||||
|
"automergeType": "pr",
|
||||||
|
"platformAutomerge": true,
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
{
|
{
|
||||||
"matchPackagePatterns": ["*"],
|
"matchUpdateTypes": ["minor", "patch"],
|
||||||
"groupName": "all dependencies"
|
"groupName": "all non-major dependencies",
|
||||||
|
"automerge": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"matchUpdateTypes": ["major"],
|
||||||
|
"groupName": "major dependencies",
|
||||||
|
"automerge": false
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"prHourlyLimit": 0,
|
"prHourlyLimit": 0,
|
||||||
|
|||||||
Reference in New Issue
Block a user