Configure Renovate #24

Merged
Brain merged 2 commits from renovate/configure into main 2024-04-16 21:31:29 +02:00
1 changed files with 9 additions and 0 deletions

9
renovate.json Normal file
View File

@ -0,0 +1,9 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended",
"npm:unpublishSafe",
":prHourlyLimitNone",
":prConcurrentLimitNone"
]
}