diff options
author | 2024-07-13 21:24:30 +0100 | |
---|---|---|
committer | 2024-07-13 21:24:30 +0100 | |
commit | e287c84f3a95a57ec66adb7cdccb697307160ce3 (patch) | |
tree | 7822ffc3fa1b78539493cf9bc0bb9708a8d6abe3 | |
parent | Remove dependabot configuration (diff) |
Add custom Renovate config
-rw-r--r-- | renovate.json | 4 |
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 } |