|
|
@ -1,17 +1,41 @@ |
|
|
|
{ |
|
|
|
{ |
|
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json", |
|
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json", |
|
|
|
"extends": [ |
|
|
|
"extends": ["config:base"], |
|
|
|
"config:base" |
|
|
|
"dependencyDashboardApproval": true, |
|
|
|
], |
|
|
|
"labels": ["PR: Dependency ⬆️", "repo automation 🤖"], |
|
|
|
|
|
|
|
"postUpdateOptions": ["yarnDedupeHighest"], |
|
|
|
"regexManagers": [ |
|
|
|
"regexManagers": [ |
|
|
|
{ |
|
|
|
{ |
|
|
|
"fileMatch": [ |
|
|
|
"fileMatch": ["^Makefile$"], |
|
|
|
"^Makefile$" |
|
|
|
"matchStrings": ["GOGPT4ALLJ_VERSION?=(?<currentDigest>.*)\\n"], |
|
|
|
], |
|
|
|
"datasourceTemplate": "git-refs", |
|
|
|
"matchStrings": [ |
|
|
|
"depNameTemplate": "backends-gpt4all", |
|
|
|
"#\\s*renovate:\\s*datasource=(?<datasource>.*?) depName=(?<depName>.*?)( datasourceTemplate=(?<datasourceTemplate>.*?))?( packageNameTemplate=(?<packageNameTemplate>.*?))?( depNameTemplate=(?<depNameTemplate>.*?))?( valueTemplate=(?<currentValueTemplate>.*?))?( versioning=(?<versioning>.*?))?\\s+.+_VERSION=(?<currentValue>.*?)\\s" |
|
|
|
"lookupNameTemplate": "https://github.com/go-skynet/go-gpt4all-j.cpp.git", |
|
|
|
], |
|
|
|
"currentValueTemplate": "master" |
|
|
|
"versioningTemplate": "{{#if versioning}}{{versioning}}{{/if}}" |
|
|
|
}, |
|
|
|
|
|
|
|
{ |
|
|
|
|
|
|
|
"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", |
|
|
|
|
|
|
|
"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", |
|
|
|
|
|
|
|
"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", |
|
|
|
|
|
|
|
"currentValueTemplate": "main" |
|
|
|
} |
|
|
|
} |
|
|
|
] |
|
|
|
] |
|
|
|
} |
|
|
|
} |
|
|
|