mirror of
https://github.com/mudler/LocalAI.git
synced 2025-05-20 02:24:59 +00:00
ci: update renovate
This commit is contained in:
parent
3fe11fe24d
commit
0a43d27f0e
1 changed files with 8 additions and 10 deletions
|
@ -1,40 +1,38 @@
|
|||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": ["config:base"],
|
||||
"dependencyDashboardApproval": true,
|
||||
"labels": ["PR: Dependency ⬆️", "repo automation 🤖"],
|
||||
"postUpdateOptions": ["yarnDedupeHighest"],
|
||||
"regexManagers": [
|
||||
{
|
||||
"fileMatch": ["^Makefile$"],
|
||||
"matchStrings": ["GOGPT4ALLJ_VERSION?=(?<currentDigest>.*)\\n"],
|
||||
"datasourceTemplate": "git-refs",
|
||||
"depNameTemplate": "backends-gpt4all",
|
||||
"lookupNameTemplate": "https://github.com/go-skynet/go-gpt4all-j.cpp.git",
|
||||
"depNameTemplate": "go-gpt4all-j.cpp",
|
||||
"lookupNameTemplate": "https://github.com/go-skynet/go-gpt4all-j.cpp",
|
||||
"currentValueTemplate": "master"
|
||||
},
|
||||
{
|
||||
"fileMatch": ["^Makefile$"],
|
||||
"matchStrings": ["GOLLAMA_VERSION?=(?<currentDigest>.*)\\n"],
|
||||
"datasourceTemplate": "git-refs",
|
||||
"depNameTemplate": "backends-go-llama.cpp",
|
||||
"lookupNameTemplate": "https://github.com/go-skynet/go-llama.cpp.git",
|
||||
"depNameTemplate": "go-llama.cpp",
|
||||
"lookupNameTemplate": "https://github.com/go-skynet/go-llama.cpp",
|
||||
"currentValueTemplate": "master"
|
||||
},
|
||||
{
|
||||
"fileMatch": ["^Makefile$"],
|
||||
"matchStrings": ["GOGPT2_VERSION?=(?<currentDigest>.*)\\n"],
|
||||
"datasourceTemplate": "git-refs",
|
||||
"depNameTemplate": "backends-go-gpt2.cpp",
|
||||
"lookupNameTemplate": "https://github.com/go-skynet/go-gpt2.cpp.git",
|
||||
"depNameTemplate": "go-gpt2.cpp",
|
||||
"lookupNameTemplate": "https://github.com/go-skynet/go-gpt2.cpp",
|
||||
"currentValueTemplate": "master"
|
||||
},
|
||||
{
|
||||
"fileMatch": ["^Makefile$"],
|
||||
"matchStrings": ["RWKV_VERSION?=(?<currentDigest>.*)\\n"],
|
||||
"datasourceTemplate": "git-refs",
|
||||
"depNameTemplate": "backends-go-rwkv.cpp",
|
||||
"lookupNameTemplate": "https://github.com/donomii/go-rwkv.cpp.git",
|
||||
"depNameTemplate": "go-rwkv.cpp",
|
||||
"lookupNameTemplate": "https://github.com/donomii/go-rwkv.cpp",
|
||||
"currentValueTemplate": "main"
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue