mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-21 09:38:01 +02:00
Tools: Add "automerge" label on Renovate PR that can be automerged
This commit is contained in:
parent
2d01792604
commit
16e88bca30
@ -96,10 +96,12 @@
|
|||||||
{
|
{
|
||||||
"matchUpdateTypes": ["patch"],
|
"matchUpdateTypes": ["patch"],
|
||||||
"automerge": true
|
"automerge": true
|
||||||
|
"labels": ["automerge"],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"matchUpdateTypes": ["minor", "patch"],
|
"matchUpdateTypes": ["minor", "patch"],
|
||||||
"automerge": true,
|
"automerge": true,
|
||||||
|
"labels": ["automerge"],
|
||||||
"matchPackageNames": [
|
"matchPackageNames": [
|
||||||
// AWS packages are updated too frequently and we can assume minor
|
// AWS packages are updated too frequently and we can assume minor
|
||||||
// updates are stable.
|
// updates are stable.
|
||||||
|
Loading…
Reference in New Issue
Block a user