diff options
author | 2024-07-01 21:39:55 +0100 | |
---|---|---|
committer | 2024-07-01 21:40:41 +0100 | |
commit | e6bb7d11824d9222a8d06ba6924d43b26704af2a (patch) | |
tree | 0bd4933bc3bcd5e2ff1397b350deda07f75431a7 | |
parent | Group Ansible, Poetry and GitHub Actions bumps (diff) |
Remove PR hourly limit
-rw-r--r-- | renovate.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/renovate.json b/renovate.json index fd934f8..0a2b85c 100644 --- a/renovate.json +++ b/renovate.json @@ -22,5 +22,6 @@ "matchManagers": ["github-actions"], "groupName": "github-actions" } - ] + ], + "prHourlyLimit": 0 } |