From 28a9237b49a49af4c6a6e98bd72e8f541b96442b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2026 10:49:24 +0000 Subject: [PATCH 1/2] =?UTF-8?q?=E2=AC=86=EF=B8=8F=F0=9F=AA=9D=20Update=20p?= =?UTF-8?q?atch=20versions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/templating.yml | 2 +- .pre-commit-config.yaml | 2 +- webpage/package-lock.json | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/templating.yml b/.github/workflows/templating.yml index 43fbb18d..2c6ab8c5 100644 --- a/.github/workflows/templating.yml +++ b/.github/workflows/templating.yml @@ -18,7 +18,7 @@ jobs: with: app-id: ${{ secrets.APP_ID }} private-key: ${{ secrets.APP_PRIVATE_KEY }} - - uses: munich-quantum-toolkit/templates@dfe78235728b5fc715f7ac8ec483970666d3f0cf # v1.1.12 + - uses: munich-quantum-toolkit/templates@a573dc1238219775b19d13b2394e94c783b2b207 # v1.1.13 with: token: ${{ steps.create-token.outputs.token }} name: ProblemSolver diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7bb7d02f..f4923660 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -78,7 +78,7 @@ repos: ## Ensure uv lock file is up-to-date - repo: https://github.com/astral-sh/uv-pre-commit - rev: 0.10.7 + rev: 0.10.8 hooks: - id: uv-lock priority: 0 diff --git a/webpage/package-lock.json b/webpage/package-lock.json index 5df65339..5e722de2 100644 --- a/webpage/package-lock.json +++ b/webpage/package-lock.json @@ -5300,9 +5300,9 @@ } }, "node_modules/postcss": { - "version": "8.5.6", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.6.tgz", - "integrity": "sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==", + "version": "8.5.8", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.8.tgz", + "integrity": "sha512-OW/rX8O/jXnm82Ey1k44pObPtdblfiuWnrd8X7GJ7emImCOstunGbXUpp7HdBrFQX6rJzn3sPT397Wp5aCwCHg==", "dev": true, "funding": [ { From 0d13ede2688be7ab3559e4c4c60c369cfbd1acee Mon Sep 17 00:00:00 2001 From: Daniel Haag <121057143+denialhaag@users.noreply.github.com> Date: Wed, 4 Mar 2026 11:49:59 +0100 Subject: [PATCH 2/2] Run templating workflow on pushes to main --- .github/workflows/templating.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/templating.yml b/.github/workflows/templating.yml index 2c6ab8c5..bed4db64 100644 --- a/.github/workflows/templating.yml +++ b/.github/workflows/templating.yml @@ -1,5 +1,8 @@ name: Templating on: + push: + branches: + - main pull_request: paths: - ".github/workflows/templating.yml"