Used https://github.com/openfun/joanie as boilerplate, ran a few transformations with ChapGPT and adapted models and endpoints to fit to my current vision of the project.
26 lines
452 B
JSON
26 lines
452 B
JSON
{
|
|
"extends": [
|
|
"github>numerique-gouv/renovate-configuration"
|
|
],
|
|
"packageRules": [
|
|
{
|
|
"enabled": false,
|
|
"groupName": "ignored python dependencies",
|
|
"matchManagers": [
|
|
"setup-cfg"
|
|
],
|
|
"matchPackageNames": []
|
|
},
|
|
{
|
|
"enabled": false,
|
|
"groupName": "ignored js dependencies",
|
|
"matchManagers": [
|
|
"npm"
|
|
],
|
|
"matchPackageNames": [
|
|
"node"
|
|
]
|
|
}
|
|
]
|
|
}
|