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)"
|
||||
],
|
||||
"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"]
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user