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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 1 deletions

10
.github/renovate.json vendored
View File

@ -28,5 +28,13 @@
"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"
]
}