diff --git a/justfile b/justfile index 2dff429..c0a2b9f 100644 --- a/justfile +++ b/justfile @@ -16,6 +16,7 @@ test: bump: uv run cz bump uv lock + git push --tags # 生成 changelog changelog: diff --git a/pyproject.toml b/pyproject.toml index 6b017e6..fee721b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ nonebot-adapter-onebot = [ ] [build-system] -requires = ["uv_build>=0.9.2,<0.10.0"] +requires = ["uv_build>=0.10.0,<0.11.0"] build-backend = "uv_build" [tool.commitizen] diff --git a/renovate.json b/renovate.json new file mode 100644 index 0000000..5db72dd --- /dev/null +++ b/renovate.json @@ -0,0 +1,6 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "config:recommended" + ] +}