1
0
mirror of https://github.com/h3poteto/whalebird-desktop synced 2025-01-03 12:30:00 +01:00

Add renovate config

This commit is contained in:
AkiraFukushima 2023-12-02 16:00:09 +09:00
parent 330c10bcd7
commit e7baef841f
No known key found for this signature in database
GPG Key ID: B6E51BAC4DE1A957

10
renovate.json Normal file
View File

@ -0,0 +1,10 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
],
"prConcurrentLimit": 20,
"prHourlyLimit": 20,
"packageRules": [
]
}