|
9 | 9 | ], |
10 | 10 | "labels": ["dependency"], |
11 | 11 | "rangeStrategy": "pin", |
12 | | - "prConcurrentLimit": 3, |
13 | | - "prHourlyLimit": 2, |
14 | | - "minimumReleaseAge": "3 days", |
15 | 12 | "packageRules": [ |
16 | 13 | { |
17 | 14 | "matchDepTypes": ["engines"], |
|
26 | 23 | "description": "Fetch changelog details for twemoji packages", |
27 | 24 | "matchPackageNames": ["@discordapp/twemoji"], |
28 | 25 | "changelogUrl": "https://github.com/jdjdecked/twemoji" |
29 | | - }, |
30 | | - { |
31 | | - "description": "Group all GitHub Actions updates", |
32 | | - "matchManagers": ["github-actions"], |
33 | | - "groupName": "github-actions", |
34 | | - "labels": ["dependency", "github-actions"] |
35 | | - }, |
36 | | - { |
37 | | - "description": "Group Electron ecosystem packages", |
38 | | - "matchPackageNames": ["electron", "electron-builder", "electron-log", "electron-updater", "@electron/**"], |
39 | | - "groupName": "electron" |
40 | | - }, |
41 | | - { |
42 | | - "description": "Group React ecosystem packages", |
43 | | - "matchPackageNames": ["react", "react-dom", "react-router-dom", "@types/react", "@types/react-dom", "@types/react-router-dom"], |
44 | | - "groupName": "react" |
45 | | - }, |
46 | | - { |
47 | | - "description": "Group testing packages", |
48 | | - "matchPackageNames": ["jest", "jest-*", "@types/jest", "ts-jest", "@testing-library/**", "nock", "babel-jest"], |
49 | | - "groupName": "testing" |
50 | | - }, |
51 | | - { |
52 | | - "description": "Group Primer design system packages", |
53 | | - "matchPackageNames": ["@primer/**"], |
54 | | - "groupName": "primer" |
55 | | - }, |
56 | | - { |
57 | | - "description": "Group webpack and build tools", |
58 | | - "matchPackageNames": ["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"], |
59 | | - "groupName": "webpack" |
60 | | - }, |
61 | | - { |
62 | | - "description": "Group Tailwind CSS packages", |
63 | | - "matchPackageNames": ["tailwindcss", "@tailwindcss/**", "tailwind-merge"], |
64 | | - "groupName": "tailwind" |
65 | | - }, |
66 | | - { |
67 | | - "description": "Group Babel packages", |
68 | | - "matchPackageNames": ["@babel/**"], |
69 | | - "groupName": "babel" |
70 | | - }, |
71 | | - { |
72 | | - "description": "Group GraphQL packages", |
73 | | - "matchPackageNames": ["graphql", "@graphql-codegen/**"], |
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" |
91 | 26 | } |
92 | 27 | ], |
93 | 28 | "customManagers": [ |
|
0 commit comments