1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-06 00:13:28 +00:00

Disable koa-bodyparser from being updated by renovate (#5380)

This commit is contained in:
Oscar Hinton
2023-05-08 14:46:05 +02:00
committed by GitHub
parent e13dd1dfef
commit f51ed1092d

10
.github/renovate.json vendored
View File

@@ -28,5 +28,13 @@
"matchUpdateTypes": "patch" "matchUpdateTypes": "patch"
} }
], ],
"ignoreDeps": ["bootstrap", "electron-builder", "electron", "node-ipc", "regedit", "zone.js"] "ignoreDeps": [
"@types/koa-bodyparser",
"bootstrap",
"electron-builder",
"electron",
"node-ipc",
"regedit",
"zone.js"
]
} }