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

Tools: Group buildTools on Renovate updates

This commit is contained in:
Laurent Cozic 2023-09-21 08:34:44 +01:00
parent 874b39fe95
commit c3971ff226

View File

@ -191,29 +191,29 @@
"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",
{
"matchUpdateTypes": ["major", "minor", "patch"],
"automerge": true,
"groupName": "eslint",
"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/*",
// ],
// },
// If it builds, it should be safe to merge @types/* packages
// "@types/*",
],
},
// {
// "matchUpdateTypes": ["minor", "patch"],