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)" ":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"]
}
} }