diff options
author | 2024-07-01 21:51:15 +0100 | |
---|---|---|
committer | 2024-07-01 21:51:21 +0100 | |
commit | f6838f12b1649e72a60dd09864db746678c3bc23 (patch) | |
tree | 834848aeb6f3e5ea35bea00012c94fabeb0dcc9b | |
parent | Remove PR hourly limit (diff) |
Include update table in renovate commit body
-rw-r--r-- | renovate.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/renovate.json b/renovate.json index 0a2b85c..fbc1beb 100644 --- a/renovate.json +++ b/renovate.json @@ -23,5 +23,6 @@ "groupName": "github-actions" } ], - "prHourlyLimit": 0 + "prHourlyLimit": 0, + "commitBodyTable": true } |