🔧 更改renovateb配置文件位置并忽略python的版本更新检查

This commit is contained in:
Azide 2024-06-24 19:37:49 +08:00
parent a5127e533e
commit a7b8428cb6
No known key found for this signature in database
GPG Key ID: 3B3AA352925BB2C0
2 changed files with 8 additions and 11 deletions

8
.github/renovate.json vendored Normal file
View File

@ -0,0 +1,8 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base", "schedule:weekly", "group:allNonMajor"],
"labels": ["dependencies"],
"rangeStrategy": "bump",
"ignoreDeps": ["python"],
"commitMessagePrefix": ":arrow_up:"
}

View File

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