Ignore package-lock.json from the Renovate cyber security scanner

This commit is contained in:
nicolargo 2023-05-27 09:33:43 +02:00
parent 0ecca5b224
commit f5794f025a

View File

@ -2,5 +2,6 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
]
],
"ignorePaths": ["./glances/outputs/static/package-lock.json"]
}