-
Notifications
You must be signed in to change notification settings - Fork 116
/
renovate.json
44 lines (44 loc) · 1.11 KB
/
renovate.json
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
{
"extends": ["config:base", "group:allNonMajor", "schedule:monthly"],
"rebaseWhen": "never",
"draftPR": true,
"packageRules": [
{
"matchPackagePatterns": ["*"],
"rangeStrategy": "update-lockfile"
},
{
"matchPackageNames": [
"@biomejs/biome",
"@typescript-eslint/eslint-plugin",
"@typescript-eslint/parser",
"csstype",
"eslint",
"eslint-config-prettier",
"eslint-config-twilio-react",
"eslint-config-twilio-ts",
"eslint-plugin-cypress",
"eslint-plugin-eslint-comments",
"eslint-plugin-import",
"eslint-plugin-jest",
"eslint-plugin-jsx-a11y",
"eslint-plugin-prettier",
"eslint-plugin-promise",
"eslint-plugin-react",
"eslint-plugin-react-hooks",
"eslint-plugin-storybook",
"eslint-plugin-unicorn",
"esbuild",
"supabase",
"@mdx-js/mdx",
"@mdx-js/react",
"@types/webpack",
"webpack",
"yarn",
"typescript",
"@testing-library/react"
],
"enabled": false
}
]
}