2021-10-13 06:25:12 -05:00
|
|
|
{
|
2024-10-29 09:24:48 -05:00
|
|
|
extends: ["config:recommended"],
|
|
|
|
enabledManagers: ["npm"],
|
|
|
|
ignoreDeps: [
|
2024-04-12 04:00:27 -05:00
|
|
|
"@types/history", // this can be removed entirely when we upgrade history since v5 exposes types directly
|
2023-10-27 09:09:23 -05:00
|
|
|
"history", // we should bump this together with react-router-dom (see https://github.com/grafana/grafana/issues/76744)
|
|
|
|
"react-router-dom", // we should bump this together with history (see https://github.com/grafana/grafana/issues/76744)
|
2024-02-09 05:46:23 -06:00
|
|
|
"loader-utils", // v3 requires upstream changes in ngtemplate-loader. ignore, and remove when we remove angular.
|
2022-02-24 05:06:53 -06:00
|
|
|
"monaco-editor", // due to us exposing this via @grafana/ui/CodeEditor's props bumping can break plugins
|
2024-02-06 11:56:50 -06:00
|
|
|
"@fingerprintjs/fingerprintjs", // we don't want to bump to v4 due to licensing changes
|
2024-03-11 09:33:37 -05:00
|
|
|
"@swc/core", // versions ~1.4.5 contain multiple bugs related to baseUrl resolution breaking builds.
|
2024-05-02 10:36:32 -05:00
|
|
|
"slate", // we don't want to continue using this on the long run, use Monaco editor instead of Slate
|
|
|
|
"slate-react", // we don't want to continue using this on the long run, use Monaco editor instead of Slate
|
|
|
|
"@types/slate-react", // we don't want to continue using this on the long run, use Monaco editor instead of Slate
|
2024-10-29 09:24:48 -05:00
|
|
|
"@types/slate", // we don't want to continue using this on the long run, use Monaco editor instead of Slate
|
2024-11-12 06:16:35 -06:00
|
|
|
|
|
|
|
// Temporarily pause updating lerna and nx until we resolve build issues
|
|
|
|
"lerna",
|
|
|
|
"nx"
|
2021-10-13 06:25:12 -05:00
|
|
|
],
|
2024-10-29 09:24:48 -05:00
|
|
|
includePaths: ["package.json", "packages/**", "public/app/plugins/**"],
|
|
|
|
ignorePaths: ["emails/**", "plugins-bundled/**", "**/mocks/**"],
|
|
|
|
labels: ["area/frontend", "dependencies", "no-changelog"],
|
|
|
|
postUpdateOptions: ["yarnDedupeHighest"],
|
|
|
|
packageRules: [
|
2021-11-26 09:59:01 -06:00
|
|
|
{
|
2024-10-29 09:24:48 -05:00
|
|
|
automerge: true,
|
|
|
|
matchCurrentVersion: "!/^0/",
|
|
|
|
matchUpdateTypes: ["patch"],
|
|
|
|
matchPackageNames: ["!/^@?storybook/", "!/^@locker/"],
|
2022-01-24 05:44:36 -06:00
|
|
|
},
|
|
|
|
{
|
2024-10-29 09:24:48 -05:00
|
|
|
extends: ["schedule:monthly"],
|
|
|
|
groupName: "Storybook updates",
|
|
|
|
matchPackageNames: ["/^@?storybook/"],
|
2022-11-01 06:52:17 -05:00
|
|
|
},
|
|
|
|
{
|
2024-10-29 09:24:48 -05:00
|
|
|
groupName: "React Aria",
|
|
|
|
matchPackageNames: ["@react-aria/{/,}**", "@react-stately/{/,}**"],
|
2022-11-01 06:52:17 -05:00
|
|
|
},
|
|
|
|
{
|
2024-10-29 09:24:48 -05:00
|
|
|
groupName: "Moveable",
|
|
|
|
matchPackageNames: ["moveable", "react-moveable"],
|
2022-11-01 06:52:17 -05:00
|
|
|
},
|
|
|
|
{
|
2024-10-29 09:24:48 -05:00
|
|
|
groupName: "Slate",
|
|
|
|
matchPackageNames: ["@types/slate", "@types/slate-react", "slate", "slate-react"],
|
2022-11-07 04:30:23 -06:00
|
|
|
},
|
|
|
|
{
|
2024-10-29 09:24:48 -05:00
|
|
|
groupName: "d3",
|
|
|
|
matchPackageNames: ["d3{/,}**", "@types/d3{/,}**"],
|
2022-11-07 04:30:23 -06:00
|
|
|
},
|
2024-10-15 10:44:15 -05:00
|
|
|
{
|
2024-10-29 09:24:48 -05:00
|
|
|
groupName: "scenes",
|
|
|
|
matchPackageNames: ["@grafana/scenes", "@grafana/scenes-react"],
|
2024-10-15 10:44:15 -05:00
|
|
|
},
|
2023-01-04 08:32:57 -06:00
|
|
|
{
|
2024-10-29 09:24:48 -05:00
|
|
|
groupName: "visx",
|
|
|
|
matchPackageNames: ["@visx/{/,}**"],
|
2023-03-08 05:48:51 -06:00
|
|
|
},
|
|
|
|
{
|
2024-10-29 09:24:48 -05:00
|
|
|
groupName: "uLibraries",
|
|
|
|
matchPackageNames: ["@leeoniya/ufuzzy", "uplot"],
|
|
|
|
reviewers: ["leeoniya"],
|
2023-03-08 05:48:51 -06:00
|
|
|
},
|
2023-10-27 09:09:23 -05:00
|
|
|
{
|
2024-10-29 09:24:48 -05:00
|
|
|
groupName: "locker",
|
|
|
|
reviewers: ["team:grafana/plugins-platform-frontend"],
|
|
|
|
matchPackageNames: ["@locker/{/,}**"],
|
2023-10-27 09:09:23 -05:00
|
|
|
},
|
2021-11-26 10:36:23 -06:00
|
|
|
],
|
2024-10-29 09:24:48 -05:00
|
|
|
pin: {
|
|
|
|
enabled: false,
|
|
|
|
},
|
|
|
|
prConcurrentLimit: 10,
|
|
|
|
rebaseWhen: "conflicted",
|
|
|
|
reviewers: ["team:grafana/frontend-ops"],
|
|
|
|
separateMajorMinor: false,
|
|
|
|
vulnerabilityAlerts: {
|
|
|
|
addLabels: ["area/security"],
|
2021-10-13 06:25:12 -05:00
|
|
|
},
|
|
|
|
}
|