mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
renovate: ignore packages/grafana-toolkit (#41602)
This commit is contained in:
parent
4f4620188c
commit
cd01384d3a
15
.github/renovate.json5
vendored
15
.github/renovate.json5
vendored
@ -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
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user