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",
":semanticCommitTypeAll(chore)"
],
"automerge": true,
"automergeType": "pr",
"ignoreDeps": ["postgres"],
"versioning": "npm",
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch"],
"automerge": true
},
{
"matchPackageNames": ["postgres"],
"enabled": false
"automerge": true,
"automergeType": "branch"
}
]
}