|
9 | 9 | ], |
10 | 10 | "labels": ["dependency"], |
11 | 11 | "rangeStrategy": "pin", |
| 12 | + "prConcurrentLimit": 3, |
| 13 | + "prHourlyLimit": 2, |
| 14 | + "minimumReleaseAge": "3 days", |
12 | 15 | "packageRules": [ |
13 | 16 | { |
14 | 17 | "matchDepTypes": ["engines"], |
|
22 | 25 | { |
23 | 26 | "description": "Fetch changelog details for twemoji packages", |
24 | 27 | "matchPackageNames": ["@discordapp/twemoji"], |
25 | | - "sourceUrl": "https://github.com/jdjdecked/twemoji" |
| 28 | + "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 non-major npm updates", |
| 38 | + "matchDatasources": ["npm"], |
| 39 | + "matchUpdateTypes": ["minor", "patch"], |
| 40 | + "groupName": "npm-non-major" |
| 41 | + }, |
| 42 | + { |
| 43 | + "description": "Group Electron ecosystem packages", |
| 44 | + "matchPackageNames": ["electron", "electron-builder", "electron-log", "electron-updater", "@electron/**"], |
| 45 | + "groupName": "electron" |
| 46 | + }, |
| 47 | + { |
| 48 | + "description": "Group React ecosystem packages", |
| 49 | + "matchPackageNames": ["react", "react-dom", "react-router-dom", "@types/react", "@types/react-dom", "@types/react-router-dom"], |
| 50 | + "groupName": "react" |
| 51 | + }, |
| 52 | + { |
| 53 | + "description": "Group testing packages", |
| 54 | + "matchPackageNames": ["jest", "jest-*", "@types/jest", "ts-jest", "@testing-library/**", "nock", "babel-jest"], |
| 55 | + "groupName": "testing" |
| 56 | + }, |
| 57 | + { |
| 58 | + "description": "Group Primer design system packages", |
| 59 | + "matchPackageNames": ["@primer/**"], |
| 60 | + "groupName": "primer" |
| 61 | + }, |
| 62 | + { |
| 63 | + "description": "Group webpack and build tools", |
| 64 | + "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"], |
| 65 | + "groupName": "webpack" |
| 66 | + }, |
| 67 | + { |
| 68 | + "description": "Group Tailwind CSS packages", |
| 69 | + "matchPackageNames": ["tailwindcss", "@tailwindcss/**", "tailwind-merge"], |
| 70 | + "groupName": "tailwind" |
| 71 | + }, |
| 72 | + { |
| 73 | + "description": "Group Babel packages", |
| 74 | + "matchPackageNames": ["@babel/**"], |
| 75 | + "groupName": "babel" |
| 76 | + }, |
| 77 | + { |
| 78 | + "description": "Group GraphQL packages", |
| 79 | + "matchPackageNames": ["graphql", "@graphql-codegen/**"], |
| 80 | + "groupName": "graphql" |
26 | 81 | } |
27 | 82 | ], |
28 | 83 | "customManagers": [ |
|
0 commit comments