Configure Renovate #24

Merged
Brain merged 2 commits from renovate/configure into main 2024-04-16 21:31:29 +02:00
Showing only changes of commit 8441a25651 - Show all commits

View File

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