|
2 | 2 | "$schema": "https://docs.renovatebot.com/renovate-schema.json", |
3 | 3 | "extends": ["config:recommended"], |
4 | 4 | "branchPrefix": "renovate/", |
5 | | - "baseBranches": ["main", "rhoai-2.16", "rhoai-2.17", "rhoai-2.13", "rhoai-2.18"], |
| 5 | + "baseBranches": ["main", "rhoai-2.16", "rhoai-2.17", "rhoai-2.13", "rhoai-2.18", "rhoai-2.19"], |
6 | 6 | "ignoreTests": true, |
7 | 7 | "automergeType": "pr", |
8 | 8 | "automerge": true, |
|
21 | 21 | "branchPrefix": "renovate/docker-main/", |
22 | 22 | "semanticCommits": "enabled" |
23 | 23 | }, |
| 24 | + { |
| 25 | + "matchManagers": ["dockerfile"], |
| 26 | + "matchBaseBranches": ["rhoai-2.19"], |
| 27 | + "enabled": false |
| 28 | + }, |
24 | 29 | { |
25 | 30 | "matchManagers": ["tekton"], |
26 | | - "matchBaseBranches": ["rhoai-2.16", "rhoai-2.17", "rhoai-2.13", "rhoai-2.18"], |
| 31 | + "matchBaseBranches": ["rhoai-2.16", "rhoai-2.17", "rhoai-2.13", "rhoai-2.18", "rhoai-2.19"], |
27 | 32 | "matchUpdateTypes": ["digest"], |
28 | 33 | "enabled": true, |
29 | 34 | "groupName": "Tekton Updates", |
|
37 | 42 | }, |
38 | 43 | { |
39 | 44 | "matchManagers": ["rpm"], |
40 | | - "matchBaseBranches": ["main", "rhoai-2.16", "rhoai-2.17", "rhoai-2.13", "rhoai-2.18"], |
| 45 | + "matchBaseBranches": ["main", "rhoai-2.16", "rhoai-2.17", "rhoai-2.13", "rhoai-2.18", "rhoai-2.19"], |
41 | 46 | "groupName": "RPM Updates", |
42 | 47 | "commitMessageTopic": "RPM updates", |
43 | 48 | "enabled": true, |
44 | 49 | "schedule": ["at any time"], |
45 | 50 | "branchPrefix": "renovate/rpm/", |
46 | 51 | "semanticCommits": "enabled" |
47 | | - } |
| 52 | + } |
48 | 53 | ], |
49 | 54 | "dockerfile": { |
50 | 55 | "enabled": true, |
|
112 | 117 | ] |
113 | 118 | }, |
114 | 119 | "rpm": { |
115 | | - "enabled": true, |
| 120 | + "enabled": true, |
116 | 121 | "schedule": ["at any time"] |
117 | 122 | }, |
118 | 123 | "prHourlyLimit": 0 |
|
0 commit comments