fix: update renovatebot for automerge
All checks were successful
Deploy / Prepare Build (push) Successful in 3m39s
All checks were successful
Deploy / Prepare Build (push) Successful in 3m39s
This commit is contained in:
parent
dffa955763
commit
6a905ddfac
@ -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
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user