mirror of https://gitlab.com/curben/blog
chore(deps): compatibility with renovate v16
https://github.com/renovatebot/renovate/releases/tag/16.0.0
This commit is contained in:
parent
84919a6728
commit
e5a91b6408
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue