|
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.19", "rhoai-2.8"], |
| 5 | + "baseBranches": ["main", "rhoai-2.16", "rhoai-2.19", "rhoai-2.20", "rhoai-2.8"], |
6 | 6 | "ignoreTests": true,
|
7 | 7 | "automergeType": "pr",
|
8 | 8 | "automerge": true,
|
|
28 | 28 | },
|
29 | 29 | {
|
30 | 30 | "matchManagers": ["tekton"],
|
31 |
| - "matchBaseBranches": ["rhoai-2.16", "rhoai-2.8", "rhoai-2.19"], |
| 31 | + "matchBaseBranches": ["rhoai-2.16", "rhoai-2.8", "rhoai-2.19", "rhoai-2.20"], |
32 | 32 | "matchUpdateTypes": ["digest", "minor"],
|
33 | 33 | "schedule": ["* 0-3 1 * *"],
|
34 | 34 | "enabled": true,
|
|
43 | 43 | },
|
44 | 44 | {
|
45 | 45 | "matchManagers": ["rpm"],
|
46 |
| - "matchBaseBranches": ["main", "rhoai-2.16", "rhoai-2.19", "rhoai-2.8"], |
| 46 | + "matchBaseBranches": ["main", "rhoai-2.16", "rhoai-2.19", "rhoai-2.20", "rhoai-2.8"], |
47 | 47 | "groupName": "RPM Updates",
|
48 | 48 | "commitMessageTopic": "RPM updates",
|
49 | 49 | "enabled": true,
|
|
0 commit comments