Add default.json

This commit is contained in:
Pierre HUBERT 2025-03-29 17:20:39 +00:00
commit c5e91ede91

8
default.json Normal file
View File

@ -0,0 +1,8 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
":automergeAll",
":enableVulnerabilityAlerts",
":ignoreUnstable"
]
}