chore: Update renovate configuration files
All checks were successful
CI / cache-and-install (push) Successful in 41s

This commit is contained in:
严浩
2024-08-23 09:14:29 +08:00
parent 7e7416e6a1
commit 7dd0ae50b3
2 changed files with 14 additions and 10 deletions

14
renovate.json Normal file
View File

@ -0,0 +1,14 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base",
"schedule:weekly",
"group:allNonMajor",
":semanticCommitTypeAll(chore)"
],
"forkProcessing": "enabled",
"rangeStrategy": "bump",
"labels": [
"dependencies"
]
}

View File

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