Auto merge patch updates to develop

This commit is contained in:
Georg Krause 2022-02-15 14:09:31 +01:00
commit 755772e182
No known key found for this signature in database
GPG key ID: FD479B9A4D48E632

View file

@ -17,6 +17,11 @@
"matchDepTypes": ["devDependencies"],
"matchBaseBranches": ["stable"],
"enabled": false
},
{
"matchUpdateTypes": ["patch", "pin", "digest"],
"matchBaseBranches": ["develop"],
"automerge": true
}
]
}