Dimail-api is currently outside of renovate' scope, which resulted in us having to check and update dimail's image manually or, if failing to, discovering new behaviors by chance or by errors in production. This should fix it.
25 lines
678 B
JSON
25 lines
678 B
JSON
{
|
|
"extends": ["github>numerique-gouv/renovate-configuration"],
|
|
"dependencyDashboard": true,
|
|
"labels": ["dependencies", "noChangeLog"],
|
|
"packageRules": [
|
|
{
|
|
"enabled": false,
|
|
"groupName": "ignored python dependencies",
|
|
"matchManagers": ["pep621"],
|
|
"matchPackageNames": []
|
|
},
|
|
{
|
|
"enabled": false,
|
|
"groupName": "ignored js dependencies",
|
|
"matchManagers": ["npm"],
|
|
"matchPackageNames": ["fetch-mock", "node", "node-fetch", "eslint", "@hookform/resolvers"]
|
|
},
|
|
{
|
|
"groupName": "docker-compose dependencies",
|
|
"matchManagers": ["docker-compose"],
|
|
"matchPackageNames": ["dimail-api"]
|
|
}
|
|
]
|
|
}
|