chore(deps): compatibility with renovate v16

https://github.com/renovatebot/renovate/releases/tag/16.0.0
This commit is contained in:
curben 2019-04-30 21:51:37 +09:30
parent 84919a6728
commit e5a91b6408
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
"scripts": { "scripts": {
"hexo": "hexo generate", "hexo": "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 curben/blog" "renovate": "renovate --token $BOT_TOKEN --platform 'gitlab' --onboarding false --update-lock-files false --labels 'renovate' --recreate-closed true --require-config false curben/blog"
}, },
"dependencies": { "dependencies": {
"hexo": "^3.8.0", "hexo": "^3.8.0",