camelCase instead of lowercase for prHourlyLimit

This commit is contained in:
louis 2024-03-16 18:08:20 +01:00
parent 84de1a1d85
commit e63f561650
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"prhourlylimit": 0
"prHourlyLimit": 0
}