fix: update renovate.json for automerge
All checks were successful
Deploy / Prepare Build (push) Successful in 2m6s

This commit is contained in:
Matthew McKinnon 2024-10-08 17:09:04 +10:00
parent 991a239b6c
commit 288fe70c67

View File

@ -6,12 +6,15 @@
":semanticCommitTypeAll(chore)"
],
"ignoreDeps": ["postgres"],
"versioning": "npm",
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch"],
"automerge": true,
"automergeType": "branch"
}
]
"automerge": true,
"automergeType": "branch",
"automergeStrategy": "rebase",
"commitBodyTable": true,
"ignoreTests": true,
"major": {
"automerge": false,
"dependencyDashboardApproval": true,
"commitMessagePrefix": "chore(deps-major): ",
"labels": ["dependencies", "breaking"]
}
}