mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Chore: Ignore copy-webpack-plugin updates in toolkit (#40812)
* Chore(dependencies): Ignore updates to copy-webpack-plugin in @grafana/toolkit for now * Chore(dependencies): Ignore updates to css-loader in @grafana/toolkit for now Co-authored-by: Gábor Farkas <gabor.farkas@gmail.com>
This commit is contained in:
parent
35e2a3a126
commit
e9df40d7d0
9
.github/renovate.json5
vendored
9
.github/renovate.json5
vendored
@ -17,6 +17,15 @@
|
|||||||
"minor": {
|
"minor": {
|
||||||
"enabled": false
|
"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
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
"patch": {
|
"patch": {
|
||||||
"enabled": false
|
"enabled": false
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user