mirror of
https://github.com/suyiiyii/nonebot-bison.git
synced 2025-06-03 18:06:13 +08:00
9 lines
263 B
JSON
9 lines
263 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": ["config:base", "schedule:weekly", "group:allNonMajor"],
|
|
"labels": ["dependencies"],
|
|
"rangeStrategy": "bump",
|
|
"ignoreDeps": ["python"],
|
|
"commitMessagePrefix": ":arrow_up:"
|
|
}
|