From d145f77c67e4fed1b64d3a04a2a2633b0d36cba8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 13:47:24 +0000 Subject: [PATCH 1/3] Bump actions/checkout from 5 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/test-template.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-template.yml b/.github/workflows/test-template.yml index c417d9e..bb33c5a 100644 --- a/.github/workflows/test-template.yml +++ b/.github/workflows/test-template.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-24.04 steps: # checks out the repo - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 # run pre-commit - name: Python setup uses: actions/setup-python@v6 @@ -35,7 +35,7 @@ jobs: OS: ${{ matrix.os }} steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Python setup uses: actions/setup-python@v6 with: From 3f6bfafd3b05ab10e45184d4ce66c2a22bfd9541 Mon Sep 17 00:00:00 2001 From: d33bs Date: Mon, 24 Nov 2025 12:47:30 -0700 Subject: [PATCH 2/3] Update .pre-commit-config.yaml --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c10424d..ad14daf 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -39,12 +39,12 @@ repos: - id: yamllint exclude: pre-commit-config.yaml - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.14.4" + rev: "v0.14.6" hooks: - id: ruff-format - id: ruff-check - repo: https://github.com/rhysd/actionlint - rev: v1.7.8 + rev: v1.7.9 hooks: - id: actionlint - repo: https://gitlab.com/vojko.pribudic.foss/pre-commit-update From 1b0672a6a91b7e650fff7e0ae49b8cd77d4b47fd Mon Sep 17 00:00:00 2001 From: d33bs Date: Mon, 24 Nov 2025 12:54:41 -0700 Subject: [PATCH 3/3] Update dependabot.yml --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ec718ef..ffc5236 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -25,3 +25,7 @@ updates: schedule: # Check for updates to uv environment files every week interval: "weekly" + groups: + python-packages: + patterns: + - "*"