mirror of
https://github.com/laurent22/joplin.git
synced 2024-11-24 08:12:24 +02:00
Tools: Auto-apply Electron minor and patch updates
This commit is contained in:
parent
cbe260eed2
commit
d975d8d626
@ -71,10 +71,6 @@
|
|||||||
"webpack-cli",
|
"webpack-cli",
|
||||||
"webpack",
|
"webpack",
|
||||||
|
|
||||||
// Electron and dependencies should be updated manually.
|
|
||||||
"electron",
|
|
||||||
"electron-builder",
|
|
||||||
|
|
||||||
// pdfjs-dist requires the canvas package, which cannot be built in
|
// pdfjs-dist requires the canvas package, which cannot be built in
|
||||||
// Windows.
|
// Windows.
|
||||||
//
|
//
|
||||||
@ -190,6 +186,18 @@
|
|||||||
"automerge": true,
|
"automerge": true,
|
||||||
"labels": ["automerge"],
|
"labels": ["automerge"],
|
||||||
},
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
"matchUpdateTypes": ["minor" "patch"],
|
||||||
|
"automerge": true,
|
||||||
|
"groupName": "electron",
|
||||||
|
"extends": ["schedule:monthly"],
|
||||||
|
"labels": ["automerge"],
|
||||||
|
"matchPackagePatterns": [
|
||||||
|
"electron",
|
||||||
|
"electron-*",
|
||||||
|
],
|
||||||
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
"matchUpdateTypes": ["major", "minor", "patch"],
|
"matchUpdateTypes": ["major", "minor", "patch"],
|
||||||
|
Loading…
Reference in New Issue
Block a user