mirror of
https://github.com/suitenumerique/docs.git
synced 2026-09-05 09:17:48 +02:00
This is a boilerplate inspired from https://github.com/openfun/joanie
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"
|
|
]
|
|
}
|
|
]
|
|
}
|