chore: Add renovate configuration file
All checks were successful
CI / cache-and-install (push) Successful in 29s

This commit is contained in:
2024-08-06 00:18:11 +08:00
parent 04604e16fd
commit 95f7038065

10
renovate.json5 Normal file
View File

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