From 74fa9d4b274584cb381194b389ef22fb6ff232a6 Mon Sep 17 00:00:00 2001 From: Misty02600 Date: Thu, 12 Feb 2026 10:39:04 +0800 Subject: [PATCH 1/2] 26-2-12 --- justfile | 1 + pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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] From 83d61bb2842f69c081fd71098548d9f90cd134bf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Feb 2026 04:03:07 +0000 Subject: [PATCH 2/2] Add renovate.json --- renovate.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 renovate.json 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" + ] +}