|
33 | 33 | "groupName": "github-actions", |
34 | 34 | "labels": ["dependency", "github-actions"] |
35 | 35 | }, |
36 | | - { |
37 | | - "description": "Group non-major npm updates", |
38 | | - "matchDatasources": ["npm"], |
39 | | - "matchUpdateTypes": ["minor", "patch"], |
40 | | - "groupName": "npm-non-major" |
41 | | - }, |
42 | 36 | { |
43 | 37 | "description": "Group Electron ecosystem packages", |
44 | 38 | "matchPackageNames": ["electron", "electron-builder", "electron-log", "electron-updater", "@electron/**"], |
|
78 | 72 | "description": "Group GraphQL packages", |
79 | 73 | "matchPackageNames": ["graphql", "@graphql-codegen/**"], |
80 | 74 | "groupName": "graphql" |
| 75 | + }, |
| 76 | + { |
| 77 | + "description": "Group remaining non-major npm updates not covered by specific groups", |
| 78 | + "matchDatasources": ["npm"], |
| 79 | + "matchUpdateTypes": ["minor", "patch"], |
| 80 | + "excludePackageNames": [ |
| 81 | + "electron", "electron-builder", "electron-log", "electron-updater", "@electron/**", |
| 82 | + "react", "react-dom", "react-router-dom", "@types/react", "@types/react-dom", "@types/react-router-dom", |
| 83 | + "jest", "jest-*", "@types/jest", "ts-jest", "@testing-library/**", "nock", "babel-jest", |
| 84 | + "@primer/**", |
| 85 | + "webpack", "webpack-*", "ts-loader", "css-loader", "postcss-loader", "html-webpack-plugin", "copy-webpack-plugin", "mini-css-extract-plugin", "css-minimizer-webpack-plugin", "terser-webpack-plugin", |
| 86 | + "tailwindcss", "@tailwindcss/**", "tailwind-merge", |
| 87 | + "@babel/**", |
| 88 | + "graphql", "@graphql-codegen/**" |
| 89 | + ], |
| 90 | + "groupName": "npm-non-major" |
81 | 91 | } |
82 | 92 | ], |
83 | 93 | "customManagers": [ |
|
0 commit comments