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

This commit is contained in:
2025-03-29 13:00:26 +00:00
parent 90ebf4c4c6
commit 5f3c984d9b

View File

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