mirror of
https://github.com/laurent22/joplin.git
synced 2025-01-08 13:06:15 +02:00
renovate
This commit is contained in:
parent
27e4c05982
commit
58f7b987eb
@ -186,29 +186,31 @@
|
|||||||
"automerge": true,
|
"automerge": true,
|
||||||
"labels": ["automerge"],
|
"labels": ["automerge"],
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"matchUpdateTypes": ["major", "minor", "patch"],
|
|
||||||
"automerge": true,
|
|
||||||
"groupName": "buildTools",
|
|
||||||
"labels": ["automerge"],
|
|
||||||
"extends": ["schedule:monthly"],
|
|
||||||
"matchPackagePatterns": [
|
|
||||||
// If the apps build and all tests pass, we can assume that Yarn
|
|
||||||
// and TypeScript are safe to upgrade. They are frequently
|
|
||||||
// updated so having them here reduces noise.
|
|
||||||
"eslint",
|
|
||||||
"eslint-*",
|
|
||||||
"jest",
|
|
||||||
"jest-*",
|
|
||||||
"@typescript-eslint/*",
|
|
||||||
"yarn",
|
|
||||||
"typescript",
|
|
||||||
"prettier",
|
|
||||||
|
|
||||||
// If it builds, it should be safe to merge @types/* packages
|
// {
|
||||||
"@types/*",
|
// "matchUpdateTypes": ["major", "minor", "patch"],
|
||||||
],
|
// "automerge": true,
|
||||||
},
|
// "groupName": "buildTools",
|
||||||
|
// "labels": ["automerge"],
|
||||||
|
// "extends": ["schedule:monthly"],
|
||||||
|
// "matchPackagePatterns": [
|
||||||
|
// // If the apps build and all tests pass, we can assume that Yarn
|
||||||
|
// // and TypeScript are safe to upgrade. They are frequently
|
||||||
|
// // updated so having them here reduces noise.
|
||||||
|
// "eslint",
|
||||||
|
// "eslint-*",
|
||||||
|
// "jest",
|
||||||
|
// "jest-*",
|
||||||
|
// "@typescript-eslint/*",
|
||||||
|
// "yarn",
|
||||||
|
// "typescript",
|
||||||
|
// "prettier",
|
||||||
|
|
||||||
|
// // If it builds, it should be safe to merge @types/* packages
|
||||||
|
// "@types/*",
|
||||||
|
// ],
|
||||||
|
// },
|
||||||
|
|
||||||
// {
|
// {
|
||||||
// "matchUpdateTypes": ["minor", "patch"],
|
// "matchUpdateTypes": ["minor", "patch"],
|
||||||
// "automerge": true,
|
// "automerge": true,
|
||||||
|
Loading…
Reference in New Issue
Block a user