chore: delete vul.js (#2350)

This commit is contained in:
Rhys Arkins 2018-08-06 09:11:45 +02:00 committed by GitHub
parent 8d3f164f19
commit 062f9b3fcc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

16
vul.js
View file

@ -1,16 +0,0 @@
module.exports = {
force: {
vulnerabilityAlertsOnly: true,
},
enabledManagers: ['npm', 'pip_requirements'],
packageRules: [
{
packagePatterns: ['.*'],
enabled: false,
},
],
onboarding: false,
branchPrefix: 'renovate-vulnerable/',
prFooter:
'This [Vulnerability Alert](https://github.com/apps/vulnerability-alerts) has been raised by [Renovate Bot](https://renovatebot.com)',
};