chore(dependabot): ignore css-minimizer-webpack-plugin (#26879)

This commit is contained in:
Maxime Beauchemin
2024-01-30 08:37:57 -08:00
committed by GitHub
parent f31b823343
commit 7e3d01d0f4
3 changed files with 24 additions and 21 deletions

View File

@@ -1,6 +1,9 @@
version: 2
updates:
- package-ecosystem: "npm"
ignore:
# not until node >= 18.12.0
- dependency-name: "css-minimizer-webpack-plugin"
directory: "/superset-frontend/"
schedule:
interval: "monthly"