From 05c297ce45ad63489bb0dfa46378a5febd9275a3 Mon Sep 17 00:00:00 2001 From: DeveloperC Date: Fri, 31 Jan 2025 00:58:29 +0000 Subject: [PATCH] ci: using Earthly GitHub releases --- renovate.json => .github/renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename renovate.json => .github/renovate.json (96%) diff --git a/renovate.json b/.github/renovate.json similarity index 96% rename from renovate.json rename to .github/renovate.json index 4cad3fa..778eb30 100644 --- a/renovate.json +++ b/.github/renovate.json @@ -42,7 +42,7 @@ "matchStrings": [ ".*version: (?.*?)\\s" ], - "datasourceTemplate": "docker", + "datasourceTemplate": "github-tags", "depNameTemplate": "earthly/earthly" } ]