mirror of
https://github.com/mudler/LocalAI.git
synced 2024-06-07 19:40:48 +00:00
40 lines
1.4 KiB
JSON
40 lines
1.4 KiB
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": ["config:base"],
|
|
"labels": ["PR: Dependency ⬆️", "repo automation 🤖"],
|
|
"regexManagers": [
|
|
{
|
|
"fileMatch": ["^Makefile$"],
|
|
"matchStrings": ["GOGPT4ALLJ_VERSION?=(?<currentDigest>.*)\\n"],
|
|
"datasourceTemplate": "git-refs",
|
|
"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": "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": "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": "go-rwkv.cpp",
|
|
"lookupNameTemplate": "https://github.com/donomii/go-rwkv.cpp",
|
|
"currentValueTemplate": "main"
|
|
}
|
|
]
|
|
}
|