We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b59a4fc commit c1dddeeCopy full SHA for c1dddee
.github/renovate.json5
@@ -50,13 +50,17 @@
50
groupName: "scenes",
51
matchPackageNames: ["@grafana/scenes", "@grafana/scenes-react"],
52
},
53
+ {
54
+ groupName: "faro",
55
+ matchPackageNames: ["@grafana/faro*"],
56
+ },
57
{
58
groupName: "visx",
59
matchPackageNames: ["@visx/{/,}**"],
60
61
62
groupName: "uLibraries",
- matchPackageNames: ["@leeoniya/ufuzzy", "uplot"],
63
+ matchPackageNames: ["@leeoniya/**", "uplot"],
64
reviewers: ["leeoniya"],
65
66
@@ -69,6 +73,10 @@
69
73
matchPackageNames: ["@bsull/augurs"],
70
74
reviewers: ["sd2k"],
71
75
76
77
+ "matchDepTypes": ["devDependencies"],
78
+ "prPriority": -1
79
72
80
],
81
pin: {
82
enabled: false,
0 commit comments