From 8ef2f2daa556207003e2b8a3518c378c8a57bf24 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 16 Aug 2025 05:55:04 +0000 Subject: [PATCH 1/2] chore(deps): update python docker tag to v3.13.7 --- .python-version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.python-version b/.python-version index 64af02e..976544c 100644 --- a/.python-version +++ b/.python-version @@ -1 +1 @@ -3.13.6 +3.13.7 From c11c0eaafdaf5e4d8d34162bb808074344ae30d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nikolai=20R=C3=B8ed=20Kristiansen?= Date: Thu, 18 Sep 2025 20:50:45 +0200 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=94=A7=20Update=20renovate=20config?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Also roll setup-uv action --- .github/workflows/tests.yaml | 2 +- renovate.json | 31 ++++++++++++++++++++++++++++++- 2 files changed, 31 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index a89ec40..27963b7 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v5 - - uses: astral-sh/setup-uv@v6 + - uses: astral-sh/setup-uv@b75a909f75acd358c2196fb9a5f1299a9a8868a4 # v6.7.0 with: enable-cache: true - run: uv run ./bin/lint diff --git a/renovate.json b/renovate.json index 5c9e820..e75e658 100644 --- a/renovate.json +++ b/renovate.json @@ -1,7 +1,9 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ - "config:recommended" + "config:recommended", + "customManagers:githubActionsVersions", + "helpers:pinGitHubActionDigests" ], "configMigration": true, "packageRules": [ @@ -10,6 +12,33 @@ "matchDepNames": [ "ruff" ], + "addLabels": [ + "renovate:automerge" + ], + "automerge": true + }, + + { + "groupName": "Linter dependencies", + "description": "Group linter updates", + "matchFileNames": [ + ".pre-commit-config.yaml" + ], + "addLabels": [ + "renovate:automerge" + ], + "automerge": true + }, + { + "groupName": "GitHub Actions dependencies", + "description": "Group GitHub Actions updates", + "matchFileNames": [ + ".github/**/*.yaml", + ".github/**/*.yml" + ], + "addLabels": [ + "renovate:automerge" + ], "automerge": true } ],