|
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", "rhoai-2.19"], |
| 5 | + "baseBranches": ["main", "rhoai-2.16", "rhoai-2.17", "rhoai-2.13", "rhoai-2.18", "rhoai-2.19", "rhoai-2.8"], |
6 | 6 | "ignoreTests": true,
|
7 | 7 | "automergeType": "pr",
|
8 | 8 | "automerge": true,
|
9 | 9 | "enabledManagers": ["dockerfile", "tekton", "rpm"],
|
10 | 10 | "packageRules": [
|
11 | 11 | {
|
12 | 12 | "matchManagers": ["dockerfile"],
|
13 |
| - "matchBaseBranches": ["main", "rhoai-2.16", "rhoai-2.17", "rhoai-2.13", "rhoai-2.18"], |
| 13 | + "matchBaseBranches": ["main", "rhoai-2.16", "rhoai-2.17", "rhoai-2.13", "rhoai-2.18", "rhoai-2.8"], |
14 | 14 | "matchUpdateTypes": ["digest"],
|
15 | 15 | "matchFileNames": ["*Dockerfile.konflux*"],
|
16 | 16 | "enabled": true,
|
|
42 | 42 | },
|
43 | 43 | {
|
44 | 44 | "matchManagers": ["rpm"],
|
45 |
| - "matchBaseBranches": ["main", "rhoai-2.16", "rhoai-2.17", "rhoai-2.13", "rhoai-2.18", "rhoai-2.19"], |
| 45 | + "matchBaseBranches": ["main", "rhoai-2.16", "rhoai-2.17", "rhoai-2.13", "rhoai-2.18", "rhoai-2.19", "rhoai-2.8"], |
46 | 46 | "groupName": "RPM Updates",
|
47 | 47 | "commitMessageTopic": "RPM updates",
|
48 | 48 | "enabled": true,
|
|
0 commit comments