mirror of
https://github.com/coder/code-server.git
synced 2026-05-05 03:55:18 +02:00
chore: update renovate and deps (#5914)
* 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
This commit is contained in:
@@ -11,5 +11,5 @@
|
||||
"vulnerabilityAlerts": {
|
||||
"enabled": "true"
|
||||
},
|
||||
"ignoreDeps": ["express"]
|
||||
"ignoreDeps": ["express", "ansi-regex", "env-paths", "limiter", "node", "prettier"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user