Skip to content

Commit 8856429

Browse files
committed
ci: add renovate suffix
1 parent 2e42449 commit 8856429

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ GOCMD=go
22
GOTEST=$(GOCMD) test
33
GOVET=$(GOCMD) vet
44
BINARY_NAME=local-ai
5+
56
GOLLAMA_VERSION?=llama.cpp-f4cef87
67
GOGPT4ALLJ_VERSION?=1f7bff57f66cb7062e40d0ac3abd2217815e5109
78
GOGPT2_VERSION?=245a5bfe6708ab80dc5c733dcdbfbe3cfd2acdaa
8-
99
RWKV_REPO?=https://github.com/donomii/go-rwkv.cpp
1010
RWKV_VERSION?=af62fcc432be2847acb6e0688b2c2491d6588d58
1111

renovate.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,28 +7,28 @@
77
"fileMatch": ["^Makefile$"],
88
"matchStrings": ["GOGPT4ALLJ_VERSION?=(?<currentDigest>.*)\\n"],
99
"datasourceTemplate": "git-refs",
10-
"depNameTemplate": "https://github.com/go-skynet/go-gpt4all-j.cpp",
10+
"depNameTemplate": "https://github.com/go-skynet/go-gpt4all-j.cpp.git",
1111
"currentValueTemplate": "master"
1212
},
1313
{
1414
"fileMatch": ["^Makefile$"],
1515
"matchStrings": ["GOLLAMA_VERSION?=(?<currentDigest>.*)\\n"],
1616
"datasourceTemplate": "git-refs",
17-
"depNameTemplate": "https://github.com/go-skynet/go-llama.cpp",
17+
"depNameTemplate": "https://github.com/go-skynet/go-llama.cpp.git",
1818
"currentValueTemplate": "master"
1919
},
2020
{
2121
"fileMatch": ["^Makefile$"],
2222
"matchStrings": ["GOGPT2_VERSION?=(?<currentDigest>.*)\\n"],
2323
"datasourceTemplate": "git-refs",
24-
"depNameTemplate": "https://github.com/go-skynet/go-gpt2.cpp",
24+
"depNameTemplate": "https://github.com/go-skynet/go-gpt2.cpp.git",
2525
"currentValueTemplate": "master"
2626
},
2727
{
2828
"fileMatch": ["^Makefile$"],
2929
"matchStrings": ["RWKV_VERSION?=(?<currentDigest>.*)\\n"],
3030
"datasourceTemplate": "git-refs",
31-
"depNameTemplate": "https://github.com/donomii/go-rwkv.cpp",
31+
"depNameTemplate": "https://github.com/donomii/go-rwkv.cpp.git",
3232
"currentValueTemplate": "main"
3333
}
3434
]

0 commit comments

Comments
 (0)