The last version of the Cunningham design system has some new features that we need in this feature.
26 lines
668 B
JSON
26 lines
668 B
JSON
{
|
|
"extends": ["github>numerique-gouv/renovate-configuration"],
|
|
"dependencyDashboard": true,
|
|
"packageRules": [
|
|
{
|
|
"enabled": false,
|
|
"groupName": "ignored python dependencies",
|
|
"matchManagers": ["pep621"],
|
|
"matchPackageNames": []
|
|
},
|
|
{
|
|
"enabled": false,
|
|
"groupName": "ignored js dependencies",
|
|
"matchManagers": ["npm"],
|
|
"matchPackageNames": ["node", "node-fetch", "i18next-parser"]
|
|
},
|
|
{
|
|
"enabled": false,
|
|
"groupName": "ignored js @types/react-dom@18.2.19",
|
|
"matchManagers": ["npm"],
|
|
"matchPackageNames": ["@types/react-dom"],
|
|
"allowedVersions": ">18.2.19"
|
|
}
|
|
]
|
|
}
|