|
|
@ -7,28 +7,28 @@ |
|
|
|
"fileMatch": ["^Makefile$"], |
|
|
|
"fileMatch": ["^Makefile$"], |
|
|
|
"matchStrings": ["GOGPT4ALLJ_VERSION?=(?<currentDigest>.*)\\n"], |
|
|
|
"matchStrings": ["GOGPT4ALLJ_VERSION?=(?<currentDigest>.*)\\n"], |
|
|
|
"datasourceTemplate": "git-refs", |
|
|
|
"datasourceTemplate": "git-refs", |
|
|
|
"depNameTemplate": "https://github.com/go-skynet/go-gpt4all-j.cpp", |
|
|
|
"depNameTemplate": "https://github.com/go-skynet/go-gpt4all-j.cpp.git", |
|
|
|
"currentValueTemplate": "master" |
|
|
|
"currentValueTemplate": "master" |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
"fileMatch": ["^Makefile$"], |
|
|
|
"fileMatch": ["^Makefile$"], |
|
|
|
"matchStrings": ["GOLLAMA_VERSION?=(?<currentDigest>.*)\\n"], |
|
|
|
"matchStrings": ["GOLLAMA_VERSION?=(?<currentDigest>.*)\\n"], |
|
|
|
"datasourceTemplate": "git-refs", |
|
|
|
"datasourceTemplate": "git-refs", |
|
|
|
"depNameTemplate": "https://github.com/go-skynet/go-llama.cpp", |
|
|
|
"depNameTemplate": "https://github.com/go-skynet/go-llama.cpp.git", |
|
|
|
"currentValueTemplate": "master" |
|
|
|
"currentValueTemplate": "master" |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
"fileMatch": ["^Makefile$"], |
|
|
|
"fileMatch": ["^Makefile$"], |
|
|
|
"matchStrings": ["GOGPT2_VERSION?=(?<currentDigest>.*)\\n"], |
|
|
|
"matchStrings": ["GOGPT2_VERSION?=(?<currentDigest>.*)\\n"], |
|
|
|
"datasourceTemplate": "git-refs", |
|
|
|
"datasourceTemplate": "git-refs", |
|
|
|
"depNameTemplate": "https://github.com/go-skynet/go-gpt2.cpp", |
|
|
|
"depNameTemplate": "https://github.com/go-skynet/go-gpt2.cpp.git", |
|
|
|
"currentValueTemplate": "master" |
|
|
|
"currentValueTemplate": "master" |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
"fileMatch": ["^Makefile$"], |
|
|
|
"fileMatch": ["^Makefile$"], |
|
|
|
"matchStrings": ["RWKV_VERSION?=(?<currentDigest>.*)\\n"], |
|
|
|
"matchStrings": ["RWKV_VERSION?=(?<currentDigest>.*)\\n"], |
|
|
|
"datasourceTemplate": "git-refs", |
|
|
|
"datasourceTemplate": "git-refs", |
|
|
|
"depNameTemplate": "https://github.com/donomii/go-rwkv.cpp", |
|
|
|
"depNameTemplate": "https://github.com/donomii/go-rwkv.cpp.git", |
|
|
|
"currentValueTemplate": "main" |
|
|
|
"currentValueTemplate": "main" |
|
|
|
} |
|
|
|
} |
|
|
|
] |
|
|
|
] |
|
|
|