-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathrenovate.json
More file actions
74 lines (74 loc) · 1.91 KB
/
Copy pathrenovate.json
File metadata and controls
74 lines (74 loc) · 1.91 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
{
"ignorePresets": ["github>grafana/grafana-renovate-config//presets/automerge"],
"schedule": ["before 6am on the first day of the week"],
"extends": [
"config:best-practices",
":disableDependencyDashboard",
":preserveSemverRanges",
"github>grafana/grafana-renovate-config//presets/plugin-ci-workflows"
],
"packageRules": [
{
"groupName": "Grafana packages",
"matchPackageNames": ["/^@grafana//"],
"matchDepTypes": ["dependencies"],
"enabled": false
},
{
"groupName": "React ecosystem",
"matchPackageNames": ["/^react$/", "/^react-/", "/^@types/react/"]
},
{
"groupName": "Testing tools",
"matchPackageNames": [
"/^jest$/",
"/^jest-/",
"/^@jest//",
"/^@testing-library//",
"/^@playwright//",
"/^playwright$/",
"/^@types/jest/",
"/^@types/testing-library/"
]
},
{
"groupName": "Build tools",
"matchPackageNames": [
"/^webpack$/",
"/^webpack-/",
"/-webpack-plugin$/",
"/^@rsdoctor\\//",
"/^@rspack\\//",
"/^rspack-/",
"/-rspack-plugin$/",
"/-loader$/",
"/^@swc//",
"/^swc-/",
"/^terser-/",
"/^replace-in-file-webpack-plugin$/",
"/^ts-checker-rspack-plugin$/",
"/^ts-node$/",
"/^ws$/"
]
},
{
"groupName": "TypeScript and linting",
"matchPackageNames": [
"/^typescript$/",
"/^@typescript-eslint//",
"/^eslint$/",
"/^eslint-/",
"/^@stylistic//",
"/^prettier$/",
"/^@types/eslint/"
]
}
],
"ignorePaths": [".config/**"],
"github-actions": { "enabled": true, "groupName": "GitHub Actions" },
"commitMessagePrefix": "chore(deps): ",
"minimumReleaseAge": "14 days",
"rebaseWhen": "behind-base-branch",
"rangeStrategy": "bump",
"branchPrefix": "renovate/"
}