From 5c1309067901e24d6416e298c44bb64b4c9950d8 Mon Sep 17 00:00:00 2001 From: David Kilias Date: Mon, 15 Jan 2024 10:25:14 +0100 Subject: [PATCH] fix: add missing entry to renovate configuration --- renovate.json | 1 + 1 file changed, 1 insertion(+) diff --git a/renovate.json b/renovate.json index 25f09f6..560af2a 100644 --- a/renovate.json +++ b/renovate.json @@ -18,6 +18,7 @@ ], "datasourceTemplate": "github-release", "versioningTemplate": "semver", + "depNameTemplate": "docker-compose", "matchStrings": [ "docker_compose_version: (?.*?)\\s" ]