|
1 | 1 | { |
2 | 2 | "$schema": "https://docs.renovatebot.com/renovate-schema.json", |
3 | 3 | "extends": [ |
4 | | - "config:base", |
| 4 | + "config:recommended", |
5 | 5 | ":gitSignOff", |
6 | 6 | ":rebaseStalePrs" |
7 | 7 | ], |
|
10 | 10 | "kd7lxl" |
11 | 11 | ], |
12 | 12 | "labels": ["dependencies"], |
13 | | - "regexManagers": [{ |
| 13 | + "customManagers": [ |
| 14 | + { |
| 15 | + "customType": "regex", |
14 | 16 | "description": "Update cortex in Chart.yaml", |
15 | | - "fileMatch": ["^Chart\\.yaml$"], |
16 | | - "matchStrings": [ |
17 | | - "appVersion: (?<currentValue>.*?)\\n" |
18 | | - ], |
| 17 | + "managerFilePatterns": ["/^Chart\\.yaml$/"], |
| 18 | + "matchStrings": ["appVersion: (?<currentValue>.*?)\\n"], |
19 | 19 | "depNameTemplate": "quay.io/cortexproject/cortex", |
20 | 20 | "datasourceTemplate": "docker" |
21 | 21 | }, |
22 | 22 | { |
| 23 | + "customType": "regex", |
23 | 24 | "description": "Update cortex in README.md", |
24 | | - "fileMatch": ["^README\\.md$"], |
25 | | - "matchStrings": [ |
26 | | - "\\bAppVersion:\\s+(?<currentValue>v\\d+\\.\\d+\\.\\d+(?:\\+\\d+)?)", |
27 | | - "\\bAppVersion-+(?<currentValue>v\\d+\\.\\d+\\.\\d+(?:\\+\\d+)?)" |
28 | | - ], |
| 25 | + "managerFilePatterns": ["/^README\\.md$/"], |
| 26 | + "matchStrings": ["\\bAppVersion:\\s+(?<currentValue>v\\d+\\.\\d+\\.\\d+(?:\\+\\d+)?)", "\\bAppVersion-+(?<currentValue>v\\d+\\.\\d+\\.\\d+(?:\\+\\d+)?)"], |
29 | 27 | "depNameTemplate": "quay.io/cortexproject/cortex", |
30 | 28 | "datasourceTemplate": "docker" |
31 | 29 | }, |
32 | 30 | { |
| 31 | + "customType": "regex", |
33 | 32 | "description": "Update nginx image in README.md", |
34 | | - "fileMatch": ["^README\\.md$"], |
35 | | - "matchStrings": [ |
36 | | - "\\|\\s+nginx.​image.​tag\\s+\\|\\s+float\\s+\\|\\s+\\`(?<currentValue>.*?)\\`\\s+\\|\\s+\\|\\s+" |
37 | | - ], |
| 33 | + "managerFilePatterns": ["/^README\\.md$/"], |
| 34 | + "matchStrings": ["\\|\\s+nginx.​image.​tag\\s+\\|\\s+float\\s+\\|\\s+\\`(?<currentValue>.*?)\\`\\s+\\|\\s+\\|\\s+"], |
38 | 35 | "depNameTemplate": "nginx", |
39 | 36 | "datasourceTemplate": "docker" |
40 | 37 | }, |
41 | 38 | { |
| 39 | + "customType": "regex", |
42 | 40 | "description": "Update kiwigrid/k8s-sidecar image in README.md", |
43 | | - "fileMatch": ["^README\\.md$"], |
44 | | - "matchStrings": [ |
45 | | - "\\|\\s+ruler.​sidecar.​image.​tag\\s+\\|\\s+string\\s+\\|\\s+`\"(?<currentValue>.*?)\"`\\s+\\|\\s+\\|\\s+", |
46 | | - "\\|\\s+alertmanager.​sidecar.​image.​tag\\s+\\|\\s+string\\s+\\|\\s+`\"(?<currentValue>.*?)\"`\\s+\\|\\s+\\|\\s+" |
47 | | - ], |
| 41 | + "managerFilePatterns": ["/^README\\.md$/"], |
| 42 | + "matchStrings": ["\\|\\s+ruler.​sidecar.​image.​tag\\s+\\|\\s+string\\s+\\|\\s+`\"(?<currentValue>.*?)\"`\\s+\\|\\s+\\|\\s+", "\\|\\s+alertmanager.​sidecar.​image.​tag\\s+\\|\\s+string\\s+\\|\\s+`\"(?<currentValue>.*?)\"`\\s+\\|\\s+\\|\\s+"], |
48 | 43 | "depNameTemplate": "kiwigrid/k8s-sidecar", |
49 | 44 | "datasourceTemplate": "docker" |
50 | 45 | }, |
51 | 46 | { |
| 47 | + "customType": "regex", |
52 | 48 | "description": "Update memcached image in README.md", |
53 | | - "fileMatch": ["^README\\.md$"], |
54 | | - "matchStrings": [ |
55 | | - "\\|[^|]*\\|[^|]*\\(memcached\\)[^|]*\\|\\s+(?<currentValue>.*?)\\s+\\|\\s+" |
56 | | - ], |
| 49 | + "managerFilePatterns": ["/^README\\.md$/"], |
| 50 | + "matchStrings": ["\\|[^|]*\\|[^|]*\\(memcached\\)[^|]*\\|\\s+(?<currentValue>.*?)\\s+\\|\\s+"], |
57 | 51 | "depNameTemplate": "memcached", |
58 | 52 | "registryUrlTemplate": "https://charts.bitnami.com/bitnami", |
59 | 53 | "datasourceTemplate": "helm" |
|
0 commit comments