4e280811f9
* chore: update renovate.json ignoreDeps ansi-regex, env-paths and limiter all switch to ESM which we can't support at the moment so ignore updates for now. * chore: update actions/cache@v3 * chore: update minor deps * chore: add pretteir to renovate.json
16 lines
368 B
JSON
16 lines
368 B
JSON
{
|
|
"rangeStrategy": "replace",
|
|
"extends": ["config:base"],
|
|
"packageRules": [
|
|
{
|
|
"matchUpdateTypes": ["minor", "patch", "digest"],
|
|
"automerge": true,
|
|
"groupName": "Minor dependency updates"
|
|
}
|
|
],
|
|
"vulnerabilityAlerts": {
|
|
"enabled": "true"
|
|
},
|
|
"ignoreDeps": ["express", "ansi-regex", "env-paths", "limiter", "node", "prettier"]
|
|
}
|