Ming Di Leom 2022-09-05 09:03:56 +00:00
parent d5ce17173d
commit 6161cab510
No known key found for this signature in database
GPG Key ID: 32D3E28E96A695E8
2 changed files with 2 additions and 2 deletions

View File

@ -85,7 +85,7 @@ renovate: # Check dependency update
- npm install
script:
- npm install snyk && npm run snyk
- npm install snyk @snyk/protect && npm run snyk
- npm install renovate && npm run renovate
# No artifact

View File

@ -7,7 +7,7 @@
},
"scripts": {
"build": "hexo generate",
"snyk": "snyk auth \"$SNYK_TOKEN\" && snyk protect && snyk test && snyk monitor",
"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"
},
"dependencies": {