nonebot-bison/renovate.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"
}