Files
vue-ts-example/renovate.json5
严浩 bccf75203b
All checks were successful
CI / cache-and-install (push) Successful in 49s
chore: Add renovate.json5 configuration file
2024-08-06 00:18:14 +08:00

10 lines
360 B
Plaintext

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended",
"group:allNonMajor",
":disableMajorUpdates",
"customManagers:dockerfileVersions"
],
"forkProcessing": "enabled" // "是否处理分叉的仓库。默认情况下,在`自动发现`模式下,所有分叉的仓库都会被跳过。"
}