mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-11 22:46:27 +00:00
chore: delete vul.js (#2350)
This commit is contained in:
parent
8d3f164f19
commit
062f9b3fcc
1 changed files with 0 additions and 16 deletions
16
vul.js
16
vul.js
|
@ -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)',
|
|
||||||
};
|
|
Loading…
Reference in a new issue