From ddeb3c5c81f31c1506efebde4178deeeccaca3e3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 22 Nov 2025 17:51:58 +0000 Subject: [PATCH 1/3] chore(deps): update pypa/gh-action-pypi-publish action to v1.13.0 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c9653b87..3c547769 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -231,7 +231,7 @@ jobs: - name: "Run Poetry Build" run: "poetry build" - name: "Push to PyPI" - uses: "pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc" # v1.12.4 + uses: "pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e" # v1.13.0 with: user: "__token__" password: "${{ secrets.PYPI_API_TOKEN }}" From d5c28b4671157031e032f0b526f126f4a98c5b73 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 22 Nov 2025 17:59:15 +0000 Subject: [PATCH 2/3] Initial plan From 7a77278a022f5e8a408f716ff8bd9d7bb850d93b Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 22 Nov 2025 18:03:27 +0000 Subject: [PATCH 3/3] Add towncrier change fragment and configure Renovate for automatic fragments Co-authored-by: jvanderaa <22228848+jvanderaa@users.noreply.github.com> --- changes/352.housekeeping | 1 + renovate.json | 23 ++++++++++++++++++++++- 2 files changed, 23 insertions(+), 1 deletion(-) create mode 100644 changes/352.housekeeping diff --git a/changes/352.housekeeping b/changes/352.housekeeping new file mode 100644 index 00000000..79a612a4 --- /dev/null +++ b/changes/352.housekeeping @@ -0,0 +1 @@ +Update pypa/gh-action-pypi-publish action to v1.13.0 diff --git a/renovate.json b/renovate.json index 7190a60b..be69379b 100644 --- a/renovate.json +++ b/renovate.json @@ -1,3 +1,24 @@ { - "$schema": "https://docs.renovatebot.com/renovate-schema.json" + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "config:recommended" + ], + "prBodyColumns": [ + "Package", + "Type", + "Update", + "Change", + "Changelog" + ], + "prBodyDefinitions": { + "Changelog": "{{#if logJSON}}[Link]({{logJSON.0.url}}){{/if}}" + }, + "postUpgradeTasks": { + "commands": [ + "echo 'Update {{{depName}}} to {{{newVersion}}}' > changes/{{{prNumber}}}.housekeeping" + ], + "fileFilters": [ + "changes/**" + ] + } }