summaryrefslogtreecommitdiffstats
path: root/renovate.json
diff options
context:
space:
mode:
authornicolargo <nicolas@nicolargo.com>2023-07-02 16:02:46 +0200
committernicolargo <nicolas@nicolargo.com>2023-07-02 16:02:46 +0200
commit89f16847bd751e689f323b9a5045ccfefe4b16fd (patch)
treeb050b1486baa043434b8f992fe069a7b088c97f3 /renovate.json
parent8d27f97b109137dfd52aa3a16cfcdece8d51b9d6 (diff)
Change ignore file for renovate.json
Diffstat (limited to 'renovate.json')
-rw-r--r--renovate.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/renovate.json b/renovate.json
index b6105c5d..18bd135e 100644
--- a/renovate.json
+++ b/renovate.json
@@ -3,5 +3,5 @@
"extends": [
"config:base"
],
- "ignorePaths": ["glances/outputs/static/package-lock.json"]
+ "ignorePaths": ["**/package-lock.json"]
}