mirror of https://gitlab.com/curben/blog
ci(renovate): update requireConfig option
This commit is contained in:
parent
49cf1eb2b3
commit
280f0e0557
|
@ -8,7 +8,7 @@
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "hexo generate",
|
"build": "hexo generate",
|
||||||
"snyk": "snyk auth && snyk-protect && snyk test && snyk monitor",
|
"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": {
|
"dependencies": {
|
||||||
"hexo": "hexojs/hexo",
|
"hexo": "hexojs/hexo",
|
||||||
|
|
Loading…
Reference in New Issue