|
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,
|
|
0 commit comments