diff --git a/README.md b/README.md index b5d51fb..b7d5a57 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,17 @@ # Renovate - ❗️ 注意: - - Gitea 需要在仓库的【设置】-【协作者】里增加协作者。 - - GitHub 需要 https://developer.mend.io 里设置。 + - Gitea 需要在仓库的【设置】-[【协作者】](https://git.1-h.cc/examples/renovate-example/settings/collaboration)里增加协作者。 + - GitHub 需要 [developer.mend.io](https://developer.mend.io/github/yanhao98/renovate-example) 里设置。 ### Gitea 仓库配置[^1] -1. 创建一个`Gitea`的账号。 https://git.1-h.cc/admin/users/new -2. 创建该账号的`Personal Access Token`。 https://git.1-h.cc/user/settings/applications -3. 到仓库的 https://git.1-h.cc/examples/renovate/settings/collaboration 里增加该账号为协作者。 -4. Github 的 `Token` 不需要勾选任何权限。 https://github.com/settings/tokens +1. [创建](https://git.1-h.cc/admin/users/new)一个`Gitea`的账号。 +2. 创建该账号的[`Personal Access Token`](https://git.1-h.cc/user/settings/applications)。 +3. 增加该账号为[协作者](https://git.1-h.cc/examples/renovate/settings/collaboration)。 +4. Github 的 [`Token`](https://github.com/settings/tokens) 不需要勾选任何权限。 #### 启动 Renovate @@ -46,8 +46,7 @@ services: ### 配置参考 - https://gitea.com/gitea/renovate-config -- https://github.com/vuejs/create-vue/blob/main/renovate.json - https://github.com/unjs/renovate-config/blob/main/default.json -- https://docs.renovatebot.com/config-presets/#fetching-presets-from-an-http-server +- [Fetching presets from an HTTP server](https://docs.renovatebot.com/config-presets/#fetching-presets-from-an-http-server) [^1]: [Gitea and Forgejo](https://docs.renovatebot.com/modules/platform/gitea) \ No newline at end of file diff --git a/default.json5 b/default.json5 index ffca84d..cd508a3 100644 --- a/default.json5 +++ b/default.json5 @@ -16,6 +16,11 @@ "dependencies" ], "packageRules": [ + { + "matchDepNames": ["typescript"], + "rangeStrategy": "replace", + "groupName": "typescript" + }, { "minimumReleaseAge": "7 days", "matchPackageNames": [