ci: update lychee config (#29162)

This commit is contained in:
Bochkarev Ivan 2024-09-26 01:24:12 +06:00 committed by GitHub
parent b487f7373b
commit 7516638390
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,5 +14,7 @@ exclude = [
# TODO: remove when their SSL certificate is valid again
"https://www.conventionalcommits.org",
# single-quotes are required for regexp
'(https?:\/\/github\.com\/)(.*\/)(generate)',
'(https?:\/\/github\.com\/)(.*\/)(generate)',
"https://localhost:3000",
"https://github.com/nuxt-contrib/vue3-ssr-starter/generate",
]