Files
dns/renovate.json
Remy Moll 298db19434
Some checks failed
Build container / Build (push) Failing after 19s
Update renovate.json
2025-09-09 09:09:54 +00:00

13 lines
251 B
JSON

// Renovate configuration
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"dependencyDashboard": true,
"packageRules": [
{
"matchUpdateTypes": ["patch"],
"automerge": true,
"ignoreTests": true
}
]
}