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:
Ashley Harrison 2021-10-22 15:03:47 +01:00 committed by GitHub
parent 35e2a3a126
commit e9df40d7d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,6 +17,15 @@
"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
]
}
],
"patch": {
"enabled": false
},