Improve Renovate config (#8)

This commit is contained in:
Johan 2025-10-14 19:55:51 +02:00 committed by GitHub
parent 646f7f4d13
commit e5c3d9cec4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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