1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-21 09:38:01 +02:00

Chore: Renovate: automerge types

This commit is contained in:
Laurent Cozic 2024-01-14 09:57:56 +00:00
parent 94e0ea403a
commit 1d4e3fe3ea

View File

@ -199,7 +199,16 @@
{
"matchUpdateTypes": ["minor", "patch"],
"automerge": true,
"groupName": "electron",
"labels": ["automerge"],
"matchPackagePatterns": [
"@types/*",
],
},
{
"matchUpdateTypes": ["minor", "patch"],
"automerge": true,
"groupName": "types",
"extends": ["schedule:monthly"],
"labels": ["automerge"],
"matchPackagePatterns": [
@ -226,9 +235,6 @@
"yarn",
"typescript",
"prettier",
// If it builds, it should be safe to merge @types/* packages
// "@types/*",
],
},