|
5 | 5 | "labels": ["dependencies", "no-stale"], |
6 | 6 | "commitMessagePrefix": "⬆️", |
7 | 7 | "commitMessageTopic": "{{depName}}", |
8 | | - "regexManagers": [ |
| 8 | + "customManagers": [ |
9 | 9 | { |
| 10 | + "customType": "regex", |
10 | 11 | "fileMatch": ["/Dockerfile$", "/build.yaml$"], |
11 | 12 | "matchStringsStrategy": "any", |
12 | 13 | "matchStrings": [ |
|
16 | 17 | "datasourceTemplate": "docker" |
17 | 18 | }, |
18 | 19 | { |
| 20 | + "customType": "regex", |
19 | 21 | "fileMatch": ["/Dockerfile$"], |
20 | 22 | "matchStringsStrategy": "any", |
21 | 23 | "matchStrings": [ |
|
26 | 28 | "depNameTemplate": "debian_12/{{{replace 'openssh-client' 'openssh' package}}}" |
27 | 29 | }, |
28 | 30 | { |
| 31 | + "customType": "regex", |
29 | 32 | "fileMatch": ["/Dockerfile$"], |
30 | 33 | "matchStrings": [ |
31 | 34 | "ARG CODE_SERVER_VERSION=[\"']?(?<currentValue>.+?)[\"']?\\s+" |
|
34 | 37 | "depNameTemplate": "cdr/code-server" |
35 | 38 | }, |
36 | 39 | { |
| 40 | + "customType": "regex", |
37 | 41 | "fileMatch": ["/Dockerfile$"], |
38 | 42 | "matchStrings": [ |
39 | 43 | "ARG HA_CLI_VERSION=[\"']?(?<currentValue>.+?)[\"']?\\s+" |
|
43 | 47 | "versioningTemplate": "loose" |
44 | 48 | }, |
45 | 49 | { |
| 50 | + "customType": "regex", |
46 | 51 | "fileMatch": ["vscode/vscode.extensions$"], |
47 | 52 | "matchStrings": ["emilast\\.LogFileHighlighter#(?<currentValue>.+)\\s"], |
48 | 53 | "datasourceTemplate": "github-releases", |
49 | 54 | "depNameTemplate": "emilast/vscode-logfile-highlighter" |
50 | 55 | }, |
51 | 56 | { |
| 57 | + "customType": "regex", |
52 | 58 | "fileMatch": ["vscode/vscode.extensions$"], |
53 | 59 | "matchStrings": ["esbenp\\.prettier-vscode#(?<currentValue>.+)\\s"], |
54 | 60 | "datasourceTemplate": "github-releases", |
55 | 61 | "depNameTemplate": "prettier/prettier-vscode", |
56 | 62 | "extractVersionTemplate": "^v(?<version>.*)$" |
57 | 63 | }, |
58 | 64 | { |
| 65 | + "customType": "regex", |
59 | 66 | "fileMatch": ["vscode/vscode.extensions$"], |
60 | 67 | "matchStrings": ["ESPHome\\.esphome-vscode#(?<currentValue>.+)\\s"], |
61 | 68 | "datasourceTemplate": "github-releases", |
|
64 | 71 | "extractVersionTemplate": "^v(?<version>.*)$" |
65 | 72 | }, |
66 | 73 | { |
| 74 | + "customType": "regex", |
67 | 75 | "fileMatch": ["vscode/vscode.extensions$"], |
68 | 76 | "matchStrings": [ |
69 | 77 | "keesschollaart\\.vscode-home-assistant#(?<currentValue>.+)\\s" |
|
73 | 81 | "extractVersionTemplate": "^v(?<version>.*)$" |
74 | 82 | }, |
75 | 83 | { |
| 84 | + "customType": "regex", |
76 | 85 | "fileMatch": ["vscode/vscode.extensions$"], |
77 | 86 | "matchStrings": [ |
78 | 87 | "lukas-tr\\.materialdesignicons-intellisense#(?<currentValue>.+)\\s" |
|
82 | 91 | "extractVersionTemplate": "^v(?<version>.*)$" |
83 | 92 | }, |
84 | 93 | { |
| 94 | + "customType": "regex", |
85 | 95 | "fileMatch": ["vscode/vscode.extensions$"], |
86 | 96 | "matchStrings": ["netcorext\\.uuid-generator#(?<currentValue>.+)\\s"], |
87 | 97 | "datasourceTemplate": "github-releases", |
88 | 98 | "depNameTemplate": "arenchen/vscode-uuid-generator" |
89 | 99 | }, |
90 | 100 | { |
| 101 | + "customType": "regex", |
91 | 102 | "fileMatch": ["vscode/vscode.extensions$"], |
92 | 103 | "matchStrings": ["usernamehw\\.errorlens#(?<currentValue>.+)\\s"], |
93 | 104 | "datasourceTemplate": "github-releases", |
|
0 commit comments