(renovate) add simple configuration which requires approval before creating MRs

This commit is contained in:
Valentyne Stigloher 2025-02-10 22:01:12 +01:00
parent 16f51c60bd
commit b4c3069f3b

6
renovate.json Normal file
View File

@ -0,0 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended"],
"configMigration": true,
"dependencyDashboardApproval": true
}