From 0b8f684a499dca3c86f054a9e1093d99e9257399 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Luis=20Segura=20Lucas?= Date: Tue, 12 May 2026 16:27:09 +0200 Subject: [PATCH] Renovate configuration to avoid the update of Go or Python versions used --- renovate.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/renovate.json b/renovate.json index 1d5f481..552b47d 100644 --- a/renovate.json +++ b/renovate.json @@ -34,6 +34,11 @@ "automerge": true, "platformAutomerge": true }, + { + "matchManagers": ["github-actions"], + "matchDepTypes": ["uses-with"], + "enabled": false + }, { "matchManagers": ["bundler"], "groupName": "Ruby dependencies",