Update renovate.json
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Pierre HUBERT 2025-03-29 13:00:12 +00:00
parent 5658a5719a
commit d4de627963

View File

@ -1,10 +1,8 @@
{ {
"$schema": "https://docs.renovatebot.com/renovate-schema.json", "$schema": "https://docs.renovatebot.com/renovate-schema.json",
"packageRules": [ "extends": [
{ ":automergeAll",
"matchUpdateTypes": ["major", "minor", "patch"], ":enableVulnerabilityAlerts",
"automerge": true ":ignoreUnstable"
}
] ]
} }