profilarr-trash-guides/renovate.json
2025-10-14 19:55:51 +02:00

11 lines
188 B
JSON

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
],
"pep723": {
"fileMatch": [
"scripts/generate\\.py"
]
}
}