mirror of
https://github.com/mudler/LocalAI.git
synced 2025-05-20 10:35:01 +00:00
ci: lookupNameTemplate -> depNameTemplate
This commit is contained in:
parent
aa6faef8f7
commit
2e424491c0
1 changed files with 8 additions and 16 deletions
|
@ -7,37 +7,29 @@
|
||||||
"fileMatch": ["^Makefile$"],
|
"fileMatch": ["^Makefile$"],
|
||||||
"matchStrings": ["GOGPT4ALLJ_VERSION?=(?<currentDigest>.*)\\n"],
|
"matchStrings": ["GOGPT4ALLJ_VERSION?=(?<currentDigest>.*)\\n"],
|
||||||
"datasourceTemplate": "git-refs",
|
"datasourceTemplate": "git-refs",
|
||||||
"depNameTemplate": "go-gpt4all-j.cpp",
|
"depNameTemplate": "https://github.com/go-skynet/go-gpt4all-j.cpp",
|
||||||
"lookupNameTemplate": "https://github.com/go-skynet/go-gpt4all-j.cpp",
|
"currentValueTemplate": "master"
|
||||||
"currentValueTemplate": "master",
|
|
||||||
"versioningTemplate": "git"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"fileMatch": ["^Makefile$"],
|
"fileMatch": ["^Makefile$"],
|
||||||
"matchStrings": ["GOLLAMA_VERSION?=(?<currentDigest>.*)\\n"],
|
"matchStrings": ["GOLLAMA_VERSION?=(?<currentDigest>.*)\\n"],
|
||||||
"datasourceTemplate": "git-refs",
|
"datasourceTemplate": "git-refs",
|
||||||
"depNameTemplate": "go-llama.cpp",
|
"depNameTemplate": "https://github.com/go-skynet/go-llama.cpp",
|
||||||
"lookupNameTemplate": "https://github.com/go-skynet/go-llama.cpp",
|
"currentValueTemplate": "master"
|
||||||
"currentValueTemplate": "master",
|
|
||||||
"versioningTemplate": "git"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"fileMatch": ["^Makefile$"],
|
"fileMatch": ["^Makefile$"],
|
||||||
"matchStrings": ["GOGPT2_VERSION?=(?<currentDigest>.*)\\n"],
|
"matchStrings": ["GOGPT2_VERSION?=(?<currentDigest>.*)\\n"],
|
||||||
"datasourceTemplate": "git-refs",
|
"datasourceTemplate": "git-refs",
|
||||||
"depNameTemplate": "go-gpt2.cpp",
|
"depNameTemplate": "https://github.com/go-skynet/go-gpt2.cpp",
|
||||||
"lookupNameTemplate": "https://github.com/go-skynet/go-gpt2.cpp",
|
"currentValueTemplate": "master"
|
||||||
"currentValueTemplate": "master",
|
|
||||||
"versioningTemplate": "git"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"fileMatch": ["^Makefile$"],
|
"fileMatch": ["^Makefile$"],
|
||||||
"matchStrings": ["RWKV_VERSION?=(?<currentDigest>.*)\\n"],
|
"matchStrings": ["RWKV_VERSION?=(?<currentDigest>.*)\\n"],
|
||||||
"datasourceTemplate": "git-refs",
|
"datasourceTemplate": "git-refs",
|
||||||
"depNameTemplate": "go-rwkv.cpp",
|
"depNameTemplate": "https://github.com/donomii/go-rwkv.cpp",
|
||||||
"lookupNameTemplate": "https://github.com/donomii/go-rwkv.cpp",
|
"currentValueTemplate": "main"
|
||||||
"currentValueTemplate": "main",
|
|
||||||
"versioningTemplate": "git"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue