chore: Update renovate.json to enable fork processing and disable dependency dashboard
All checks were successful
CI / cache-and-install (push) Successful in 1m3s
All checks were successful
CI / cache-and-install (push) Successful in 1m3s
This commit is contained in:
@ -2,9 +2,10 @@
|
|||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
"extends": [
|
"extends": [
|
||||||
"config:recommended",
|
"config:recommended",
|
||||||
|
":disableDependencyDashboard",
|
||||||
"group:allNonMajor",
|
"group:allNonMajor",
|
||||||
":disableMajorUpdates",
|
":disableMajorUpdates",
|
||||||
"customManagers:dockerfileVersions"
|
"customManagers:dockerfileVersions"
|
||||||
],
|
],
|
||||||
"forkProcessing": "enabled" // "是否处理分叉的仓库。默认情况下,在`自动发现`模式下,所有分叉的仓库都会被跳过。"
|
"forkProcessing": "enabled"
|
||||||
}
|
}
|
Reference in New Issue
Block a user