From b0532ec2ecbe80225f80bdc955ebc25a366b96c0 Mon Sep 17 00:00:00 2001 From: Christiaan Goossens <9487666+christiaangoossens@users.noreply.github.com> Date: Sat, 30 Aug 2025 12:56:53 +0200 Subject: [PATCH] Fix renovate matcher (#116) --- renovate.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/renovate.json b/renovate.json index 50a15e9..9736559 100644 --- a/renovate.json +++ b/renovate.json @@ -21,7 +21,9 @@ { "description": "Group all GitHub Actions updates", "matchDatasources": [ - "github-actions" + "github-actions", + "github-tags", + "github-runners" ], "groupName": "Github Actions Updates", "automerge": true @@ -37,9 +39,9 @@ "automerge": false }, { - "description": "Version updates for other pip packages", + "description": "Version updates for other Python packages", "matchDatasources": [ - "uv" + "pypi" ], "automerge": false }