ci(renovate): update requireConfig option

This commit is contained in:
Ming Di Leom 2022-09-05 10:30:57 +00:00
parent 49cf1eb2b3
commit 280f0e0557
No known key found for this signature in database
GPG Key ID: 32D3E28E96A695E8
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
"scripts": {
"build": "hexo generate",
"snyk": "snyk auth && snyk-protect && snyk test && snyk monitor",
"renovate": "renovate --platform 'gitlab' --onboarding false --update-lock-files false --labels 'renovate' --recreate-closed true \"$CI_PROJECT_PATH\""
"renovate": "renovate --platform 'gitlab' --onboarding false --update-lock-files false --labels 'renovate' --recreate-closed true --require-config 'ignored' \"$CI_PROJECT_PATH\""
},
"dependencies": {
"hexo": "hexojs/hexo",