|
1 | 1 | { |
2 | 2 | "$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"], |
6 | 4 | "packageRules": [ |
7 | 5 | { |
8 | | - "matchManagers": [ |
9 | | - "github-actions" |
10 | | - ], |
| 6 | + "matchManagers": ["github-actions"], |
11 | 7 | "groupName": "GitHub Actions", |
12 | 8 | "description": "Group GitHub Actions updates" |
13 | 9 | }, |
14 | 10 | { |
15 | | - "matchManagers": [ |
16 | | - "npm" |
17 | | - ], |
18 | | - "matchPackagePatterns": [ |
19 | | - "^@grafana/" |
20 | | - ], |
| 11 | + "matchManagers": ["npm"], |
21 | 12 | "groupName": "Grafana dependencies", |
22 | | - "description": "Group Grafana dependencies" |
| 13 | + "description": "Group Grafana dependencies", |
| 14 | + "matchPackageNames": ["/^@grafana//"] |
23 | 15 | }, |
24 | 16 | { |
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"], |
35 | 18 | "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 | + ] |
37 | 27 | }, |
38 | 28 | { |
39 | | - "matchManagers": [ |
40 | | - "docker-compose" |
41 | | - ], |
| 29 | + "matchManagers": ["docker-compose"], |
42 | 30 | "groupName": "Docker Compose", |
43 | 31 | "description": "Group Docker Compose updates" |
44 | 32 | } |
45 | 33 | ], |
46 | | - "labels": [ |
47 | | - "dependencies" |
48 | | - ] |
| 34 | + "labels": ["dependencies"] |
49 | 35 | } |
0 commit comments