ai-stack/charts/dot-ai-stack/renovate.json
2026-03-26 05:32:52 +02:00

11 lines
210 B
JSON

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended"],
"packageRules": [
{
"matchManagers": ["github-actions"],
"automerge": true
}
]
}