summaryrefslogtreecommitdiffstats
path: root/renovate.json
diff options
context:
space:
mode:
authornicolargo <nicolas@nicolargo.com>2023-05-27 09:33:43 +0200
committernicolargo <nicolas@nicolargo.com>2023-05-27 09:33:43 +0200
commitf5794f025a8a6d9722f81532fa1a5e6e81375f40 (patch)
tree45661cc4ad09ef726b14aec76f6b0cc0500ad905 /renovate.json
parent0ecca5b2245a70b3bb83db583e71304ee20eda4f (diff)
Ignore package-lock.json from the Renovate cyber security scanner
Diffstat (limited to 'renovate.json')
-rw-r--r--renovate.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/renovate.json b/renovate.json
index 39a2b6e9..a75221f6 100644
--- a/renovate.json
+++ b/renovate.json
@@ -2,5 +2,6 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
- ]
+ ],
+ "ignorePaths": ["./glances/outputs/static/package-lock.json"]
}