mirror of
https://github.com/suyiiyii/nonebot-bison.git
synced 2025-06-02 09:26:12 +08:00
🔧 更改renovateb配置文件位置并忽略python的版本更新检查
This commit is contained in:
parent
a5127e533e
commit
a7b8428cb6
8
.github/renovate.json
vendored
Normal file
8
.github/renovate.json
vendored
Normal 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:"
|
||||
}
|
@ -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"
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user