summaryrefslogtreecommitdiffstats
path: root/renovate.json
diff options
context:
space:
mode:
authornicolargo <nicolashennion@gmail.com>2024-05-07 09:21:09 +0200
committernicolargo <nicolashennion@gmail.com>2024-05-07 09:21:09 +0200
commite998f8076e1e84dbe0f6b2bba2e391170c5d2683 (patch)
tree5bcf4191c8f63ab4163192e0b5cdc0987ac46008 /renovate.json
parent78f5813db7e89ecbfae3cb7086159ed5a1984e80 (diff)
See: https://docs.renovatebot.com/getting-started/use-cases/#package-managers-with-lock-files
Diffstat (limited to 'renovate.json')
-rw-r--r--renovate.json3
1 files changed, 1 insertions, 2 deletions
diff --git a/renovate.json b/renovate.json
index 800802c3..4b6245c5 100644
--- a/renovate.json
+++ b/renovate.json
@@ -3,6 +3,5 @@
"extends": [
"config:recommended"
],
- "prHourlyLimit": 3,
- "ignorePaths": ["**/static/package-lock.json"]
+ "prHourlyLimit": 3
}