From 2e424491c0b1b178f6378ffae782eca719b40489 Mon Sep 17 00:00:00 2001 From: mudler Date: Thu, 4 May 2023 12:23:05 +0200 Subject: [PATCH] ci: lookupNameTemplate -> depNameTemplate --- renovate.json | 24 ++++++++---------------- 1 file changed, 8 insertions(+), 16 deletions(-) diff --git a/renovate.json b/renovate.json index 5ef93c7..87a74ae 100644 --- a/renovate.json +++ b/renovate.json @@ -7,37 +7,29 @@ "fileMatch": ["^Makefile$"], "matchStrings": ["GOGPT4ALLJ_VERSION?=(?.*)\\n"], "datasourceTemplate": "git-refs", - "depNameTemplate": "go-gpt4all-j.cpp", - "lookupNameTemplate": "https://github.com/go-skynet/go-gpt4all-j.cpp", - "currentValueTemplate": "master", - "versioningTemplate": "git" + "depNameTemplate": "https://github.com/go-skynet/go-gpt4all-j.cpp", + "currentValueTemplate": "master" }, { "fileMatch": ["^Makefile$"], "matchStrings": ["GOLLAMA_VERSION?=(?.*)\\n"], "datasourceTemplate": "git-refs", - "depNameTemplate": "go-llama.cpp", - "lookupNameTemplate": "https://github.com/go-skynet/go-llama.cpp", - "currentValueTemplate": "master", - "versioningTemplate": "git" + "depNameTemplate": "https://github.com/go-skynet/go-llama.cpp", + "currentValueTemplate": "master" }, { "fileMatch": ["^Makefile$"], "matchStrings": ["GOGPT2_VERSION?=(?.*)\\n"], "datasourceTemplate": "git-refs", - "depNameTemplate": "go-gpt2.cpp", - "lookupNameTemplate": "https://github.com/go-skynet/go-gpt2.cpp", - "currentValueTemplate": "master", - "versioningTemplate": "git" + "depNameTemplate": "https://github.com/go-skynet/go-gpt2.cpp", + "currentValueTemplate": "master" }, { "fileMatch": ["^Makefile$"], "matchStrings": ["RWKV_VERSION?=(?.*)\\n"], "datasourceTemplate": "git-refs", - "depNameTemplate": "go-rwkv.cpp", - "lookupNameTemplate": "https://github.com/donomii/go-rwkv.cpp", - "currentValueTemplate": "main", - "versioningTemplate": "git" + "depNameTemplate": "https://github.com/donomii/go-rwkv.cpp", + "currentValueTemplate": "main" } ] }