From 505f3e5712ed70c63483b40701533855e1b24af8 Mon Sep 17 00:00:00 2001 From: Anuraag Agrawal Date: Mon, 9 Mar 2026 11:25:16 +0900 Subject: [PATCH] Match all update types for dependencies and bump Go Signed-off-by: Anuraag Agrawal --- renovate.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/renovate.json b/renovate.json index 375dcbd..a760e91 100644 --- a/renovate.json +++ b/renovate.json @@ -8,6 +8,7 @@ "packageRules": [ { "matchManagers": ["github-actions"], + "matchUpdateTypes": ["*"], "groupName": "GitHub Actions" }, { @@ -23,10 +24,13 @@ }, { "matchCategories": ["python"], + "matchUpdateTypes": ["*"], "groupName": "Python dependencies" }, { "matchDatasources": ["golang-version"], + "rangeStrategy": "bump", + "allowedVersions": "/^1\\.25\\.0$/", "groupName": "Go" }, {