2021-10-13 06:25:12 -05:00
|
|
|
{
|
|
|
|
"extends": [
|
|
|
|
"config:base"
|
|
|
|
],
|
|
|
|
"enabledManagers": ["npm"],
|
|
|
|
"ignoreDeps": [
|
2021-10-25 09:27:33 -05:00
|
|
|
"@types/systemjs",
|
2021-11-04 11:35:47 -05:00
|
|
|
"@types/d3-force", // we should bump this once we move to esm modules
|
2021-11-04 12:53:57 -05:00
|
|
|
"@types/d3-interpolate", // we should bump this once we move to esm modules
|
2021-11-04 11:35:47 -05:00
|
|
|
"@types/d3-scale-chromatic", // we should bump this once we move to esm modules
|
2021-10-13 06:25:12 -05:00
|
|
|
"d3",
|
2021-10-25 05:49:24 -05:00
|
|
|
"d3-force", // we should bump this once we move to esm modules
|
2021-11-04 12:53:57 -05:00
|
|
|
"d3-interpolate", // we should bump this once we move to esm modules
|
2021-11-04 11:35:47 -05:00
|
|
|
"d3-scale-chromatic", // we should bump this once we move to esm modules
|
2021-11-02 09:06:07 -05:00
|
|
|
"eslint", // wait until `eslint-plugin-react-hooks>4.2.0` is released
|
2021-11-01 08:14:37 -05:00
|
|
|
"globby", // we should bump this once we move to esm modules
|
2021-10-13 06:25:12 -05:00
|
|
|
"slate",
|
|
|
|
"slate-plain-serializer",
|
|
|
|
"systemjs",
|
|
|
|
"ts-loader", // we should remove ts-loader and use babel-loader instead
|
|
|
|
"ora" // we should bump this once we move to esm modules
|
|
|
|
],
|
|
|
|
"ignorePaths": ["emails/**", "plugins-bundled/**", "**/mocks/**"],
|
|
|
|
"labels": ["area/frontend", "dependencies"],
|
|
|
|
"minor": {
|
|
|
|
"enabled": false
|
|
|
|
},
|
2021-10-22 09:03:47 -05:00
|
|
|
"packageRules": [
|
|
|
|
{
|
|
|
|
"matchPaths": ["grafana-toolkit/package.json"],
|
|
|
|
"ignoreDeps": [
|
|
|
|
"copy-webpack-plugin", // need to wait for Grafana 9 to upgrade toolkit to webpack 5
|
2021-10-25 05:49:24 -05:00
|
|
|
"css-loader", // need to wait for Grafana 9 to upgrade toolkit to webpack 5
|
2021-11-08 09:34:18 -06:00
|
|
|
"html-loader", // need to wait for Grafana 9 to upgrade toolkit to webpack 5
|
2021-11-10 06:57:45 -06:00
|
|
|
"postcss-loader", // need to wait for Grafana 9 to upgrade toolkit to webpack 5
|
2021-11-10 06:29:20 -06:00
|
|
|
"less", // need to wait for Grafana 9 to upgrade toolkit to webpack 5
|
|
|
|
"less-loader", // need to wait for Grafana 9 to upgrade toolkit to webpack 5
|
2021-10-22 09:03:47 -05:00
|
|
|
]
|
|
|
|
}
|
|
|
|
],
|
2021-10-13 06:25:12 -05:00
|
|
|
"patch": {
|
|
|
|
"enabled": false
|
|
|
|
},
|
|
|
|
"pin": {
|
|
|
|
"enabled": false
|
|
|
|
},
|
|
|
|
"prConcurrentLimit": 10,
|
|
|
|
"reviewers": ["team:grafana/frontend-ops"],
|
|
|
|
"separateMajorMinor": false,
|
|
|
|
"vulnerabilityAlerts": {
|
|
|
|
"addLabels": ["area/security"]
|
|
|
|
}
|
|
|
|
}
|