ci: update renovate

agent
mudler 1 year ago
parent 3fe11fe24d
commit 0a43d27f0e
  1. 18
      renovate.json

@ -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…
Cancel
Save