|
|
@ -1,40 +1,38 @@ |
|
|
|
{ |
|
|
|
{ |
|
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json", |
|
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json", |
|
|
|
"extends": ["config:base"], |
|
|
|
"extends": ["config:base"], |
|
|
|
"dependencyDashboardApproval": true, |
|
|
|
|
|
|
|
"labels": ["PR: Dependency ⬆️", "repo automation 🤖"], |
|
|
|
"labels": ["PR: Dependency ⬆️", "repo automation 🤖"], |
|
|
|
"postUpdateOptions": ["yarnDedupeHighest"], |
|
|
|
|
|
|
|
"regexManagers": [ |
|
|
|
"regexManagers": [ |
|
|
|
{ |
|
|
|
{ |
|
|
|
"fileMatch": ["^Makefile$"], |
|
|
|
"fileMatch": ["^Makefile$"], |
|
|
|
"matchStrings": ["GOGPT4ALLJ_VERSION?=(?<currentDigest>.*)\\n"], |
|
|
|
"matchStrings": ["GOGPT4ALLJ_VERSION?=(?<currentDigest>.*)\\n"], |
|
|
|
"datasourceTemplate": "git-refs", |
|
|
|
"datasourceTemplate": "git-refs", |
|
|
|
"depNameTemplate": "backends-gpt4all", |
|
|
|
"depNameTemplate": "go-gpt4all-j.cpp", |
|
|
|
"lookupNameTemplate": "https://github.com/go-skynet/go-gpt4all-j.cpp.git", |
|
|
|
"lookupNameTemplate": "https://github.com/go-skynet/go-gpt4all-j.cpp", |
|
|
|
"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": "backends-go-llama.cpp", |
|
|
|
"depNameTemplate": "go-llama.cpp", |
|
|
|
"lookupNameTemplate": "https://github.com/go-skynet/go-llama.cpp.git", |
|
|
|
"lookupNameTemplate": "https://github.com/go-skynet/go-llama.cpp", |
|
|
|
"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": "backends-go-gpt2.cpp", |
|
|
|
"depNameTemplate": "go-gpt2.cpp", |
|
|
|
"lookupNameTemplate": "https://github.com/go-skynet/go-gpt2.cpp.git", |
|
|
|
"lookupNameTemplate": "https://github.com/go-skynet/go-gpt2.cpp", |
|
|
|
"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": "backends-go-rwkv.cpp", |
|
|
|
"depNameTemplate": "go-rwkv.cpp", |
|
|
|
"lookupNameTemplate": "https://github.com/donomii/go-rwkv.cpp.git", |
|
|
|
"lookupNameTemplate": "https://github.com/donomii/go-rwkv.cpp", |
|
|
|
"currentValueTemplate": "main" |
|
|
|
"currentValueTemplate": "main" |
|
|
|
} |
|
|
|
} |
|
|
|
] |
|
|
|
] |
|
|
|