|
7 | 7 | "fileMatch": ["^Makefile$"],
|
8 | 8 | "matchStrings": ["GOGPT4ALLJ_VERSION?=(?<currentDigest>.*)\\n"],
|
9 | 9 | "datasourceTemplate": "git-refs",
|
10 |
| - "depNameTemplate": "https://github.com/go-skynet/go-gpt4all-j.cpp", |
| 10 | + "depNameTemplate": "https://github.com/go-skynet/go-gpt4all-j.cpp.git", |
11 | 11 | "currentValueTemplate": "master"
|
12 | 12 | },
|
13 | 13 | {
|
14 | 14 | "fileMatch": ["^Makefile$"],
|
15 | 15 | "matchStrings": ["GOLLAMA_VERSION?=(?<currentDigest>.*)\\n"],
|
16 | 16 | "datasourceTemplate": "git-refs",
|
17 |
| - "depNameTemplate": "https://github.com/go-skynet/go-llama.cpp", |
| 17 | + "depNameTemplate": "https://github.com/go-skynet/go-llama.cpp.git", |
18 | 18 | "currentValueTemplate": "master"
|
19 | 19 | },
|
20 | 20 | {
|
21 | 21 | "fileMatch": ["^Makefile$"],
|
22 | 22 | "matchStrings": ["GOGPT2_VERSION?=(?<currentDigest>.*)\\n"],
|
23 | 23 | "datasourceTemplate": "git-refs",
|
24 |
| - "depNameTemplate": "https://github.com/go-skynet/go-gpt2.cpp", |
| 24 | + "depNameTemplate": "https://github.com/go-skynet/go-gpt2.cpp.git", |
25 | 25 | "currentValueTemplate": "master"
|
26 | 26 | },
|
27 | 27 | {
|
28 | 28 | "fileMatch": ["^Makefile$"],
|
29 | 29 | "matchStrings": ["RWKV_VERSION?=(?<currentDigest>.*)\\n"],
|
30 | 30 | "datasourceTemplate": "git-refs",
|
31 |
| - "depNameTemplate": "https://github.com/donomii/go-rwkv.cpp", |
| 31 | + "depNameTemplate": "https://github.com/donomii/go-rwkv.cpp.git", |
32 | 32 | "currentValueTemplate": "main"
|
33 | 33 | }
|
34 | 34 | ]
|
|
0 commit comments