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

Reviewed-on: #89
This commit is contained in:
Pierre HUBERT 2025-03-29 12:54:32 +00:00
parent c094d9cfbe
commit 28828261d1

View File

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