From 8dd479ec2fa2e68ee17610aa0a6b8fd2bdf089f4 Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Wed, 10 Sep 2025 10:58:06 -0400 Subject: [PATCH] Pinning checkout and setup-bin actions to v4 due to current lack of node 24 in runner image. --- renovate.json | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/renovate.json b/renovate.json index a9a7122..b1bdaab 100644 --- a/renovate.json +++ b/renovate.json @@ -80,17 +80,5 @@ "allowedVersions": "^4.0.0", "groupName": "github-actions (pinned to v4)" } - ], - "customManagers": [ - { - "customType": "regex", - "fileMatch": ["^docker-compose\\.ya?ml$"], - "matchStrings": [ - "\"(?[^:]+):(?[^${}\\s]+)\"", - "'(?[^:]+):(?[^${}\\s]+)'" - ], - "datasourceTemplate": "docker", - "versioningTemplate": "docker" - } ] }