cde532dcef
includes a working docker compose project, a Makefile for dev, a CI configuration and a Django starter project.
13 lines
273 B
JSON
13 lines
273 B
JSON
{
|
|
"extends": ["github>numerique-gouv/renovate-configuration"],
|
|
"dependencyDashboard": true,
|
|
"packageRules": [
|
|
{
|
|
"enabled": false,
|
|
"groupName": "ignored python dependencies",
|
|
"matchManagers": ["pep621"],
|
|
"matchPackageNames": []
|
|
}
|
|
]
|
|
}
|