chore: Update renovate configuration files
Some checks failed
CI / cache-and-install (push) Has been cancelled
Some checks failed
CI / cache-and-install (push) Has been cancelled
This commit is contained in:
@ -2,14 +2,24 @@
|
|||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
"extends": [
|
"extends": [
|
||||||
"config:base",
|
"config:base",
|
||||||
"schedule:weekly",
|
"mergeConfidence:all-badges",
|
||||||
"group:allNonMajor",
|
"group:allNonMajor",
|
||||||
":semanticCommitTypeAll(chore)",
|
":semanticCommitTypeAll(chore)",
|
||||||
":disableDependencyDashboard"
|
":disableDependencyDashboard",
|
||||||
|
"customManagers:dockerfileVersions",
|
||||||
|
"customManagers:githubActionsVersions"
|
||||||
],
|
],
|
||||||
"forkProcessing": "enabled",
|
"forkProcessing": "enabled", // "是否处理分叉的仓库。默认情况下,在`自动发现`模式下,所有分叉的仓库都会被跳过。"
|
||||||
"rangeStrategy": "bump",
|
"rangeStrategy": "bump",
|
||||||
"labels": [
|
"labels": [
|
||||||
"dependencies"
|
"dependencies"
|
||||||
|
],
|
||||||
|
"packageRules": [
|
||||||
|
{
|
||||||
|
"matchPackagePatterns": [
|
||||||
|
"*"
|
||||||
|
],
|
||||||
|
"stabilityDays": 7
|
||||||
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
Reference in New Issue
Block a user