ci: requireConfig syntax

without "=", "ignored" is parsed as target repo
This commit is contained in:
Ming Di Leom 2024-03-20 10:33:33 +00:00
parent 0a7f4979fc
commit 2d259e81d6
No known key found for this signature in database
GPG Key ID: 32D3E28E96A695E8
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
"scripts": {
"build": "hexo generate",
"snyk": "snyk auth $SNYK_TOKEN && snyk-protect && snyk test && snyk monitor",
"renovate": "renovate --platform 'gitlab' --onboarding false --update-lock-files false --labels 'renovate' --recreate-closed true --require-config 'ignored' \"$CI_PROJECT_PATH\""
"renovate": "renovate --platform 'gitlab' --autodiscover false --onboarding false --update-lock-files false --labels 'renovate' --require-config='ignored' \"$CI_PROJECT_PATH\""
},
"dependencies": {
"hexo": "^7.0.0",