summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornicolargo <nicolas@nicolargo.com>2024-04-21 17:02:17 +0200
committernicolargo <nicolas@nicolargo.com>2024-04-21 17:02:17 +0200
commit3bc83538b3da1d0713473116106506f7bc98b0dc (patch)
tree22f96ccac0cb1ea605e7453bb0222f68fd096f0a
parentf0998e0320ee56955d109b6567535395b70392eb (diff)
Change Renovate config #2729
-rw-r--r--renovate.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/renovate.json b/renovate.json
index b6105c5d..800802c3 100644
--- a/renovate.json
+++ b/renovate.json
@@ -1,7 +1,8 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
- "config:base"
+ "config:recommended"
],
- "ignorePaths": ["glances/outputs/static/package-lock.json"]
+ "prHourlyLimit": 3,
+ "ignorePaths": ["**/static/package-lock.json"]
}