1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-01-02 12:47:41 +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"], "labels": ["automerge"],
}, },
// { {
// "matchUpdateTypes": ["major", "minor", "patch"], "matchUpdateTypes": ["major", "minor", "patch"],
// "automerge": true, "automerge": true,
// "groupName": "buildTools", "groupName": "eslint",
// "labels": ["automerge"], "labels": ["automerge"],
// "extends": ["schedule:monthly"], "extends": ["schedule:monthly"],
// "matchPackagePatterns": [ "matchPackagePatterns": [
// // If the apps build and all tests pass, we can assume that Yarn // If the apps build and all tests pass, we can assume that Yarn
// // and TypeScript are safe to upgrade. They are frequently // and TypeScript are safe to upgrade. They are frequently
// // updated so having them here reduces noise. // updated so having them here reduces noise.
// "eslint", "eslint",
// "eslint-*", "eslint-*",
// "jest", "jest",
// "jest-*", "jest-*",
// "@typescript-eslint/*", "@typescript-eslint/*",
// "yarn", "yarn",
// "typescript", "typescript",
// "prettier", "prettier",
// // If it builds, it should be safe to merge @types/* packages // If it builds, it should be safe to merge @types/* packages
// "@types/*", // "@types/*",
// ], ],
// }, },
// { // {
// "matchUpdateTypes": ["minor", "patch"], // "matchUpdateTypes": ["minor", "patch"],