🤖 Self-hosted, community-driven, local OpenAI-compatible API with Keycloak Auth Flak app as frontend. 🏠
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
FlaskAI/renovate.json

36 lines
1.2 KiB

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