Browse Source

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

pull/5395/head
Oscar Hinton 3 years ago committed by GitHub
parent
commit
f51ed1092d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 10
      .github/renovate.json

10
.github/renovate.json

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

Loading…
Cancel
Save