-
Notifications
You must be signed in to change notification settings - Fork 2
/
renovate.json
98 lines (98 loc) · 2.81 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
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
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
],
"packageRules": [
{
"automerge": true,
"matchUpdateTypes": [
"minor",
"patch",
"pin",
"digest"
],
"matchPackageNames": [
"@axe-core/playwright",
"@babel/core",
"@enterwell/react-hooks",
"@enterwell/react-form-builder",
"@enterwell/react-form-validation",
"@playwright/test",
"@rollup/plugin-commonjs",
"@rollup/plugin-json",
"@rollup/plugin-node-resolve",
"@vercel/analytics",
"@vitejs/plugin-react-swc",
"@vvo/tzdb",
"@types/node",
"@types/react-node",
"@types/react-dom",
"@types/klaw",
"@types/d3",
"@types/color",
"@types/react-timeago",
"@types/react-grid-layout",
"classix",
"concurrently",
"d3",
"esbuild",
"eslint",
"eslint-config-next",
"eslint-config-turbo",
"eslint-plugin-import",
"eslint-plugin-react",
"eslint-plugin-n",
"eslint-import-resolver-typescript",
"lucide-react",
"pnpm",
"postcss",
"postcss-preset-env",
"postcss-loader",
"rollup",
"rimraf",
"sass",
"sharp",
"terser",
"turbo",
"typesript",
"vite",
"webpack",
"xunit",
"mcr.microsoft.com/playwright",
"@pulumi/azure-native",
"@pulumi/pulumi",
"@pulumi/cloudflare",
"@types/node",
"Castle.Core",
"eslint",
"Moq",
"typescript",
"@typescript-eslint/eslint-plugin",
"@typescript-eslint/parser"
]
},
{
"matchPackagePatterns": [
"*"
],
"rangeStrategy": "pin"
},
{
"matchDepTypes": [
"engines",
"peerDependencies"
],
"rangeStrategy": "auto"
}
],
"dependencyDashboard": true,
"assigneesFromCodeOwners": true,
"reviewersFromCodeOwners": true,
"baseBranches": [
"next"
],
"prHourlyLimit": 6,
"platformAutomerge": true,
"platformCommit": true
}