ci: versioning -> versioningTemplate

This commit is contained in:
mudler 2023-05-04 12:07:29 +02:00
parent b3254baf60
commit aa6faef8f7
1 changed files with 4 additions and 4 deletions

View File

@ -10,7 +10,7 @@
"depNameTemplate": "go-gpt4all-j.cpp",
"lookupNameTemplate": "https://github.com/go-skynet/go-gpt4all-j.cpp",
"currentValueTemplate": "master",
"versioning": "git"
"versioningTemplate": "git"
},
{
"fileMatch": ["^Makefile$"],
@ -19,7 +19,7 @@
"depNameTemplate": "go-llama.cpp",
"lookupNameTemplate": "https://github.com/go-skynet/go-llama.cpp",
"currentValueTemplate": "master",
"versioning": "git"
"versioningTemplate": "git"
},
{
"fileMatch": ["^Makefile$"],
@ -28,7 +28,7 @@
"depNameTemplate": "go-gpt2.cpp",
"lookupNameTemplate": "https://github.com/go-skynet/go-gpt2.cpp",
"currentValueTemplate": "master",
"versioning": "git"
"versioningTemplate": "git"
},
{
"fileMatch": ["^Makefile$"],
@ -37,7 +37,7 @@
"depNameTemplate": "go-rwkv.cpp",
"lookupNameTemplate": "https://github.com/donomii/go-rwkv.cpp",
"currentValueTemplate": "main",
"versioning": "git"
"versioningTemplate": "git"
}
]
}