ci(renovate): update cli options

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

View File

@ -7,8 +7,8 @@
},
"scripts": {
"build": "hexo generate",
"snyk": "snyk auth \"$SNYK_TOKEN\" && snyk-protect && snyk test && snyk monitor",
"renovate": "renovate --token \"$BOT_TOKEN\" --platform 'gitlab' --onboarding false --update-lock-files false --labels 'renovate' --recreate-closed true --require-config false curben/blog"
"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\""
},
"dependencies": {
"hexo": "hexojs/hexo",