mirror of
https://github.com/suyiiyii/nonebot-bison.git
synced 2026-06-23 05:56:51 +08:00
🔧 更改renovateb配置文件位置并忽略python的版本更新检查
This commit is contained in:
@@ -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"
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user