Change ignore file for renovate.json

This commit is contained in:
nicolargo 2023-07-02 16:02:46 +02:00
parent 8d27f97b10
commit 89f16847bd
1 changed files with 1 additions and 1 deletions

View File

@ -3,5 +3,5 @@
"extends": [
"config:base"
],
"ignorePaths": ["glances/outputs/static/package-lock.json"]
"ignorePaths": ["**/package-lock.json"]
}