Update renovate.json
Some checks failed
Build container / Build (push) Failing after 19s

This commit is contained in:
2025-09-09 09:09:54 +00:00
parent b422768e8e
commit 298db19434

12
renovate.json Normal file
View File

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