Skip to content

Commit 0f6cf15

Browse files
chore(config): migrate config .github/renovate.json (#494)
Co-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
1 parent b4a4358 commit 0f6cf15

File tree

1 file changed

+16
-30
lines changed

1 file changed

+16
-30
lines changed

.github/renovate.json

Lines changed: 16 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,49 +1,35 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"extends": [
4-
"github>grafana/grafana-community-team//renovate/renovate"
5-
],
3+
"extends": ["github>grafana/grafana-community-team//renovate/renovate"],
64
"packageRules": [
75
{
8-
"matchManagers": [
9-
"github-actions"
10-
],
6+
"matchManagers": ["github-actions"],
117
"groupName": "GitHub Actions",
128
"description": "Group GitHub Actions updates"
139
},
1410
{
15-
"matchManagers": [
16-
"npm"
17-
],
18-
"matchPackagePatterns": [
19-
"^@grafana/"
20-
],
11+
"matchManagers": ["npm"],
2112
"groupName": "Grafana dependencies",
22-
"description": "Group Grafana dependencies"
13+
"description": "Group Grafana dependencies",
14+
"matchPackageNames": ["/^@grafana//"]
2315
},
2416
{
25-
"matchManagers": [
26-
"npm"
27-
],
28-
"excludePackagePatterns": [
29-
"^@grafana/",
30-
"^react$",
31-
"^react-dom$",
32-
"^@types/react$",
33-
"^@types/react-dom$"
34-
],
17+
"matchManagers": ["npm"],
3518
"groupName": "npm dependencies",
36-
"description": "Group all other npm dependencies"
19+
"description": "Group all other npm dependencies",
20+
"matchPackageNames": [
21+
"!/^@grafana//",
22+
"!/^react$/",
23+
"!/^react-dom$/",
24+
"!/^@types/react$/",
25+
"!/^@types/react-dom$/"
26+
]
3727
},
3828
{
39-
"matchManagers": [
40-
"docker-compose"
41-
],
29+
"matchManagers": ["docker-compose"],
4230
"groupName": "Docker Compose",
4331
"description": "Group Docker Compose updates"
4432
}
4533
],
46-
"labels": [
47-
"dependencies"
48-
]
34+
"labels": ["dependencies"]
4935
}

0 commit comments

Comments
 (0)