fix: update renovatebot for automerge
All checks were successful
Deploy / Prepare Build (push) Successful in 3m39s

This commit is contained in:
Matthew McKinnon 2024-10-06 01:41:44 +10:00
parent dffa955763
commit 6a905ddfac

View File

@ -5,17 +5,13 @@
"renovatebot/renovate-config", "renovatebot/renovate-config",
":semanticCommitTypeAll(chore)" ":semanticCommitTypeAll(chore)"
], ],
"automerge": true, "ignoreDeps": ["postgres"],
"automergeType": "pr",
"versioning": "npm", "versioning": "npm",
"packageRules": [ "packageRules": [
{ {
"matchUpdateTypes": ["minor", "patch"], "matchUpdateTypes": ["minor", "patch"],
"automerge": true "automerge": true,
}, "automergeType": "branch"
{
"matchPackageNames": ["postgres"],
"enabled": false
} }
] ]
} }