|
22 | 22 | "managerFilePatterns": [ |
23 | 23 | "/(^|/)wingbits/Dockerfile\\.template$/" |
24 | 24 | ], |
25 | | - "matchStringsStrategy": "combination", |
26 | 25 | "matchStrings": [ |
27 | | - "ENV WINGBITS_COMMIT_ID=(?<currentValue>.*?)\\n", |
28 | | - "ENV WINGBITS_DATE=(?<currentDigest>.*?)\\n" |
| 26 | + "ENV WINGBITS_COMMIT_ID=(?<currentValue>.*?)\\nENV WINGBITS_DATE=(?<currentDigest>.*?)\\n" |
29 | 27 | ], |
30 | 28 | "depNameTemplate": "wingbits-meta", |
31 | 29 | "datasourceTemplate": "custom.wingbits-meta" |
|
35 | 33 | "managerFilePatterns": [ |
36 | 34 | "/(^|/)wingbits/Dockerfile\\.template$/" |
37 | 35 | ], |
38 | | - "matchStringsStrategy": "combination", |
39 | 36 | "matchStrings": [ |
40 | | - "ENV WINGBITS_COMMIT_ID=(?<currentValue>.*?)\\n", |
41 | | - "ENV WINGBITS_SHA256_AMD64=(?<currentDigest>.*?)\\n" |
| 37 | + "ENV WINGBITS_COMMIT_ID=(?<currentValue>.*?)\\n[\\s\\S]*?ENV WINGBITS_SHA256_AMD64=(?<currentDigest>.*?)\\n" |
42 | 38 | ], |
43 | 39 | "depNameTemplate": "wingbits-binary-amd64", |
44 | 40 | "packageNameTemplate": "amd64", |
|
49 | 45 | "managerFilePatterns": [ |
50 | 46 | "/(^|/)wingbits/Dockerfile\\.template$/" |
51 | 47 | ], |
52 | | - "matchStringsStrategy": "combination", |
53 | 48 | "matchStrings": [ |
54 | | - "ENV WINGBITS_COMMIT_ID=(?<currentValue>.*?)\\n", |
55 | | - "ENV WINGBITS_SHA256_ARM64=(?<currentDigest>.*?)\\n" |
| 49 | + "ENV WINGBITS_COMMIT_ID=(?<currentValue>.*?)\\n[\\s\\S]*?ENV WINGBITS_SHA256_ARM64=(?<currentDigest>.*?)\\n" |
56 | 50 | ], |
57 | 51 | "depNameTemplate": "wingbits-binary-arm64", |
58 | 52 | "packageNameTemplate": "arm64", |
|
63 | 57 | "managerFilePatterns": [ |
64 | 58 | "/(^|/)wingbits/Dockerfile\\.template$/" |
65 | 59 | ], |
66 | | - "matchStringsStrategy": "combination", |
67 | 60 | "matchStrings": [ |
68 | | - "ENV WINGBITS_COMMIT_ID=(?<currentValue>.*?)\\n", |
69 | | - "ENV WINGBITS_SHA256_ARM=(?<currentDigest>.*?)\\n" |
| 61 | + "ENV WINGBITS_COMMIT_ID=(?<currentValue>.*?)\\n[\\s\\S]*?ENV WINGBITS_SHA256_ARM=(?<currentDigest>.*?)\\n" |
70 | 62 | ], |
71 | 63 | "depNameTemplate": "wingbits-binary-arm", |
72 | 64 | "packageNameTemplate": "arm", |
|
0 commit comments