-
-
Notifications
You must be signed in to change notification settings - Fork 45.3k
Expand file tree
/
Copy pathrenovate.json
More file actions
184 lines (184 loc) · 6.03 KB
/
Copy pathrenovate.json
File metadata and controls
184 lines (184 loc) · 6.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["github>freecodecamp/renovate-config"],
"packageRules": [
{
"description": "Keep typebox on a weekly cadence to avoid noisy daily PRs.",
"groupName": "weekly-cadence",
"matchPackageNames": ["typebox"],
"extends": ["schedule:weekly"]
},
{
"description": "ESLint core, plugins, and TS-ESLint move together because plugin/parser versions are tightly bound to the ESLint major.",
"groupName": "eslint",
"matchPackageNames": [
"eslint",
"eslint-**",
"@eslint/**",
"@typescript-eslint/**",
"typescript-eslint"
]
},
{
"description": "Playwright runner + browsers must move in lockstep.",
"groupName": "playwright",
"matchPackageNames": ["@playwright/**", "playwright", "playwright-**"]
},
{
"description": "Gatsby core + plugins + scoped @gatsbyjs/* packages are version-coupled.",
"groupName": "gatsby",
"matchPackageNames": ["gatsby", "gatsby-**", "@gatsbyjs/**"]
},
{
"description": "Vitest core + UI must match.",
"groupName": "vitest",
"matchPackageNames": ["vitest", "@vitest/**"]
},
{
"groupName": "transitive-pins",
"matchFileNames": ["pnpm-workspace.yaml"],
"matchDepTypes": ["pnpm-workspace.overrides"]
},
{
"description": "Testing Library packages share peer-dep ranges and break together.",
"groupName": "testing-library",
"matchPackageNames": ["@testing-library/**"]
},
{
"description": "Fastify core + official plugins.",
"groupName": "fastify",
"matchPackageNames": ["fastify", "@fastify/**"]
},
{
"description": "React + ReactDOM + react-test-renderer + their @types must ship together; v18→v19 is the canonical case.",
"groupName": "react",
"matchPackageNames": [
"react",
"react-dom",
"react-test-renderer",
"@types/react",
"@types/react-dom",
"@types/react-test-renderer"
]
},
{
"description": "Redux core + React bindings + middleware/utilities. They aren't a true monorepo so Renovate doesn't auto-group them.",
"groupName": "redux",
"matchPackageNames": [
"redux",
"redux-actions",
"redux-observable",
"redux-saga",
"react-redux",
"reselect",
"@reduxjs/**",
"@redux-devtools/**",
"@redux-saga/**"
]
},
{
"description": "unist-util-* live in many separate repos but the v3+ unist-util-is API change cascades through all of them. Group to avoid 12 PRs landing piecemeal.",
"groupName": "unist",
"matchPackageNames": ["unist-util-**"]
},
{
"description": "mdast-util-* migrate together with each major remark wave.",
"groupName": "mdast",
"matchPackageNames": ["mdast-util-**", "mdast-builder"]
},
{
"description": "micromark core + extensions move together.",
"groupName": "micromark",
"matchPackageNames": ["micromark", "micromark-**"]
},
{
"description": "hast utilities (HTML AST) — sibling to mdast/unist.",
"groupName": "hast",
"matchPackageNames": ["hast-util-**"]
},
{
"description": "Stripe server SDK + React bindings + JS SDK migrate together to keep the checkout flow consistent.",
"groupName": "stripe",
"matchPackageNames": ["stripe", "@stripe/**"]
},
{
"description": "i18next core + React bindings + backends.",
"groupName": "i18n",
"matchPackageNames": ["i18next", "i18next-**", "react-i18next"]
},
{
"description": "final-form + react-final-form have hard peer-dep coupling.",
"groupName": "final-form",
"matchPackageNames": ["final-form", "react-final-form"]
},
{
"description": "Monaco editor + React wrapper + webpack plugin move together (API surface drifts otherwise).",
"groupName": "monaco",
"matchPackageNames": [
"monaco-editor",
"react-monaco-editor",
"monaco-editor-webpack-plugin"
]
},
{
"description": "dotenv + dotenv-cli share parser semantics.",
"groupName": "dotenv",
"matchPackageNames": ["dotenv", "dotenv-cli"]
},
{
"description": "Joi + ObjectId extension; ObjectId v4 requires Joi v17+.",
"groupName": "joi",
"matchPackageNames": ["joi", "joi-objectid"]
},
{
"description": "pino + pino-pretty + transports.",
"groupName": "pino",
"matchPackageNames": ["pino", "pino-**"]
},
{
"description": "nodemailer runtime + its types (overrides the generic types group via merge precedence).",
"groupName": "nodemailer",
"matchPackageNames": ["nodemailer", "@types/nodemailer"]
},
{
"description": "FontAwesome icon packs + React component must match major.",
"groupName": "fortawesome",
"matchPackageNames": ["@fortawesome/**"]
},
{
"description": "xterm.js core + addons.",
"groupName": "xterm",
"matchPackageNames": ["@xterm/**"]
},
{
"description": "Sandpack React + themes.",
"groupName": "sandpack",
"matchPackageNames": ["@codesandbox/**"]
},
{
"description": "GrowthBook SDK + React bindings.",
"groupName": "growthbook",
"matchPackageNames": ["@growthbook/**"]
},
{
"description": "Algolia client + InstantSearch.js + React InstantSearch. v5 of algoliasearch ships with the matching InstantSearch wave so they belong together.",
"groupName": "algolia",
"matchPackageNames": [
"algoliasearch",
"instantsearch.js",
"react-instantsearch",
"react-instantsearch-core"
]
},
{
"description": "Build toolchain: webpack core + CLI + analyzer + babel-loader. Keeps a single bundler PR per cycle.",
"groupName": "webpack",
"matchPackageNames": [
"webpack",
"webpack-cli",
"webpack-bundle-analyzer",
"babel-loader"
]
}
]
}