🔧 更新 renovatebot 配置 (#579)

参考 https://docs.renovatebot.com/presets-default/#semanticcommittypeallarg0
This commit is contained in:
Azide 2024-06-19 23:46:48 +08:00 committed by GitHub
parent baedec8dfd
commit a5127e533e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,11 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended"]
"extends": [
"config:base",
"schedule:weekly",
"group:allNonMajor",
":semanticCommitTypeAll(:arrow_up:)"
],
"labels": ["dependencies"],
"rangeStrategy": "bump"
}