mirror of
https://github.com/suyiiyii/nonebot-bison.git
synced 2025-06-04 02:26:11 +08:00
12 lines
254 B
JSON
12 lines
254 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"config:base",
|
|
"schedule:weekly",
|
|
"group:allNonMajor",
|
|
":semanticCommitTypeAll(:arrow_up:)"
|
|
],
|
|
"labels": ["dependencies"],
|
|
"rangeStrategy": "bump"
|
|
}
|