Skip to content

Commit ba2dff2

Browse files
⬆️🩹 Update patch updates (#321)
This PR contains the following updates: | Package | Type | Update | Change | Pending | |---|---|---|---|---| | [astral-sh/uv-pre-commit](https://redirect.github.com/astral-sh/uv-pre-commit) | repository | patch | `0.11.7` → `0.11.8` | `0.11.12` (+3) | | [release-drafter/release-drafter](https://redirect.github.com/release-drafter/release-drafter) | action | patch | `v7.2.0` → `v7.2.1` | `v7.3.0` | Note: The `pre-commit` manager in Renovate is not supported by the `pre-commit` maintainers or community. Please do not report any problems there, instead [create a Discussion in the Renovate repository](https://redirect.github.com/renovatebot/renovate/discussions/new) if you have any questions. --- ### Release Notes <details> <summary>astral-sh/uv-pre-commit (astral-sh/uv-pre-commit)</summary> ### [`v0.11.8`](https://redirect.github.com/astral-sh/uv-pre-commit/releases/tag/0.11.8) [Compare Source](https://redirect.github.com/astral-sh/uv-pre-commit/compare/0.11.7...0.11.8) See: <https://github.com/astral-sh/uv/releases/tag/0.11.8> </details> <details> <summary>release-drafter/release-drafter (release-drafter/release-drafter)</summary> ### [`v7.2.1`](https://redirect.github.com/release-drafter/release-drafter/releases/tag/v7.2.1) [Compare Source](https://redirect.github.com/release-drafter/release-drafter/compare/v7.2.0...v7.2.1) ### What's Changed #### Bug Fixes - fix: initial-commits-since in config not overwritten by input ([#&#8203;1593](https://redirect.github.com/release-drafter/release-drafter/issues/1593)) [@&#8203;sroebert](https://redirect.github.com/sroebert) - fix: clarify prerelease-identifier behavior and precedence in configuration ([#&#8203;1594](https://redirect.github.com/release-drafter/release-drafter/issues/1594)) [@&#8203;neilime](https://redirect.github.com/neilime) #### Maintenance - chore: disable "No version input..." warning ([#&#8203;1595](https://redirect.github.com/release-drafter/release-drafter/issues/1595)) [@&#8203;cchanche](https://redirect.github.com/cchanche) **Full Changelog**: <release-drafter/release-drafter@v7.2.0...v7.2.1> </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - "every weekend" - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/munich-quantum-toolkit/qudits). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xNTkuMiIsInVwZGF0ZWRJblZlciI6IjQzLjE1OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJnaXRodWItYWN0aW9ucyIsInByZS1jb21taXQiXX0=--> Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 32568ec commit ba2dff2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release-drafter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ jobs:
1414
contents: write
1515
runs-on: ubuntu-slim
1616
steps:
17-
- uses: release-drafter/release-drafter@5de93583980a40bd78603b6dfdcda5b4df377b32 # v7.2.0
17+
- uses: release-drafter/release-drafter@563bf132657a13ded0b01fcb723c5a58cdd824e2 # v7.2.1

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ repos:
5252

5353
## Ensure uv.lock is up to date
5454
- repo: https://github.com/astral-sh/uv-pre-commit
55-
rev: 0.11.7
55+
rev: 0.11.8
5656
hooks:
5757
- id: uv-lock
5858
priority: 0

0 commit comments

Comments
 (0)