Files
django-lasuite/renovate.json
Quentin BEY a675805354 💚(renovate) fix configuration to use common config
All our projects inherit from numerique-gouv/renovate-configuration
2025-11-04 15:00:19 +01:00

8 lines
324 B
JSON

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["github>numerique-gouv/renovate-configuration"],
"dependencyDashboard": true,
"labels": ["dependencies", "noChangeLog", "automated"],
"enabledManagers": ["docker-compose", "dockerfile", "github-actions" ,"npm", "setup-cfg", "pep621"]
}