renovate: ignore packages/grafana-toolkit (#41602)

This commit is contained in:
Gábor Farkas 2021-11-11 14:52:33 +01:00 committed by GitHub
parent 4f4620188c
commit cd01384d3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,24 +20,11 @@
"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/**"],
"ignorePaths": ["packages/grafana-toolkit/package.json", "emails/**", "plugins-bundled/**", "**/mocks/**"],
"labels": ["area/frontend", "dependencies"],
"minor": {
"enabled": false
},
"packageRules": [
{
"matchPaths": ["grafana-toolkit/package.json"],
"ignoreDeps": [
"copy-webpack-plugin", // need to wait for Grafana 9 to upgrade toolkit to webpack 5
"css-loader", // need to wait for Grafana 9 to upgrade toolkit to webpack 5
"html-loader", // need to wait for Grafana 9 to upgrade toolkit to webpack 5
"postcss-loader", // need to wait for Grafana 9 to upgrade toolkit to webpack 5
"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
]
}
],
"patch": {
"enabled": false
},