mirror of
https://github.com/laurent22/joplin.git
synced 2024-11-27 08:21:03 +02:00
Update renovate.json5
This commit is contained in:
parent
ccdedfa92e
commit
96ed2786df
@ -98,6 +98,8 @@
|
||||
"automerge": true
|
||||
},
|
||||
{
|
||||
"matchUpdateTypes": ["minor", "patch"],
|
||||
"automerge": true,
|
||||
"matchPackageNames": [
|
||||
// AWS packages are updated too frequently and we can assume minor
|
||||
// updates are stable.
|
||||
@ -114,9 +116,10 @@
|
||||
"yarn",
|
||||
"typescript",
|
||||
"prettier",
|
||||
|
||||
// If it builds, it should be safe to merge @types/* packages
|
||||
"@types/*",
|
||||
],
|
||||
"matchUpdateTypes": ["minor", "patch"],
|
||||
"automerge": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user