Appearance
常见问题
¥Frequently Asked Questions
本指南收集了有关 Hono 的常见问题 (FAQ) 及其解决方法。
¥This guide is a collection of frequently asked questions (FAQ) about Hono and how to resolve them.
Hono 有官方的 Renovate 配置吗?
¥Is there an official Renovate config for Hono?
Hono 团队目前不维护 Renovate 配置。因此,请按如下方式使用第三方 renovate-config。
¥The Hono teams does not currently maintain Renovate Configuration. Therefore, please use third-party renovate-config as follows.
在你的 renovate.json
中:
¥In your renovate.json
:
json
// renovate.json
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"github>shinGangan/renovate-config-hono"
]
}
有关更多详细信息,请参阅 renovate-config-hono 存储库。
¥see renovate-config-hono repository for more details.