|
1 | 1 | { |
2 | 2 | "$schema": "https://docs.renovatebot.com/renovate-schema.json", |
3 | | - "extends": ["config:base"], |
4 | | - "labels": ["PR: Dependency ⬆️", "repo automation 🤖"], |
5 | | - "regexManagers": [ |
6 | | - { |
7 | | - "fileMatch": ["^Makefile$"], |
8 | | - "matchStrings": ["GOGPT4ALLJ_VERSION?=(?<currentDigest>.*)\\n"], |
9 | | - "datasourceTemplate": "git-refs", |
10 | | - "depNameTemplate": "https://github.com/go-skynet/go-gpt4all-j.cpp.git", |
11 | | - "currentValueTemplate": "master" |
12 | | - }, |
13 | | - { |
14 | | - "fileMatch": ["^Makefile$"], |
15 | | - "matchStrings": ["GOLLAMA_VERSION?=(?<currentDigest>.*)\\n"], |
16 | | - "datasourceTemplate": "git-refs", |
17 | | - "depNameTemplate": "https://github.com/go-skynet/go-llama.cpp.git", |
18 | | - "currentValueTemplate": "master" |
19 | | - }, |
20 | | - { |
21 | | - "fileMatch": ["^Makefile$"], |
22 | | - "matchStrings": ["GOGPT2_VERSION?=(?<currentDigest>.*)\\n"], |
23 | | - "datasourceTemplate": "git-refs", |
24 | | - "depNameTemplate": "https://github.com/go-skynet/go-gpt2.cpp.git", |
25 | | - "currentValueTemplate": "master" |
26 | | - }, |
27 | | - { |
28 | | - "fileMatch": ["^Makefile$"], |
29 | | - "matchStrings": ["RWKV_VERSION?=(?<currentDigest>.*)\\n"], |
30 | | - "datasourceTemplate": "git-refs", |
31 | | - "depNameTemplate": "https://github.com/donomii/go-rwkv.cpp.git", |
32 | | - "currentValueTemplate": "main" |
33 | | - } |
34 | | - ] |
| 3 | + "extends": ["config:base"] |
35 | 4 | } |
0 commit comments