aboutsummaryrefslogtreecommitdiffstats
path: root/renovate.json
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2024-07-13 21:30:51 +0100
committerGravatar Joe Banks <[email protected]>2024-07-13 21:30:51 +0100
commita2fd79f51d6bb5c990d47a98f1d20c44be59e0f6 (patch)
tree205c3c52de4b1121e084a8b002ace0489676c39b /renovate.json
parentRemove dependabot configuration (diff)
Add extended Renovate configuration
Diffstat (limited to 'renovate.json')
-rw-r--r--renovate.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/renovate.json b/renovate.json
index 5db72dd..b62cab7 100644
--- a/renovate.json
+++ b/renovate.json
@@ -2,5 +2,7 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
- ]
+ ],
+ "prHourlyLimit": 0,
+ "commitBodyTable": true
}