fix: update renovate.json for automerge
All checks were successful
Deploy / Prepare Build (push) Successful in 2m6s
All checks were successful
Deploy / Prepare Build (push) Successful in 2m6s
This commit is contained in:
parent
991a239b6c
commit
288fe70c67
@ -6,12 +6,15 @@
|
|||||||
":semanticCommitTypeAll(chore)"
|
":semanticCommitTypeAll(chore)"
|
||||||
],
|
],
|
||||||
"ignoreDeps": ["postgres"],
|
"ignoreDeps": ["postgres"],
|
||||||
"versioning": "npm",
|
"automerge": true,
|
||||||
"packageRules": [
|
"automergeType": "branch",
|
||||||
{
|
"automergeStrategy": "rebase",
|
||||||
"matchUpdateTypes": ["minor", "patch"],
|
"commitBodyTable": true,
|
||||||
"automerge": true,
|
"ignoreTests": true,
|
||||||
"automergeType": "branch"
|
"major": {
|
||||||
}
|
"automerge": false,
|
||||||
]
|
"dependencyDashboardApproval": true,
|
||||||
|
"commitMessagePrefix": "chore(deps-major): ",
|
||||||
|
"labels": ["dependencies", "breaking"]
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user