|
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", "rhoai-2.8"], |
| 5 | + "baseBranches": ["main", "rhoai-2.16", "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", "rhoai-2.8"], |
| 13 | + "matchBaseBranches": ["main", "rhoai-2.16", "rhoai-2.13", "rhoai-2.18", "rhoai-2.8"], |
14 | 14 | "matchUpdateTypes": ["digest"],
|
15 | 15 | "matchFileNames": ["*Dockerfile.konflux*"],
|
16 | 16 | "enabled": true,
|
|
40 | 40 | "/^quay.io/konflux-ci/tekton-catalog//"
|
41 | 41 | ]
|
42 | 42 | },
|
| 43 | + { |
| 44 | + "matchManagers": ["tekton"], |
| 45 | + "matchBaseBranches": ["rhoai-2.17"], |
| 46 | + "enabled": false |
| 47 | + }, |
43 | 48 | {
|
44 | 49 | "matchManagers": ["rpm"],
|
45 |
| - "matchBaseBranches": ["main", "rhoai-2.16", "rhoai-2.17", "rhoai-2.13", "rhoai-2.18", "rhoai-2.19", "rhoai-2.8"], |
| 50 | + "matchBaseBranches": ["main", "rhoai-2.16", "rhoai-2.13", "rhoai-2.18", "rhoai-2.19", "rhoai-2.8"], |
46 | 51 | "groupName": "RPM Updates",
|
47 | 52 | "commitMessageTopic": "RPM updates",
|
48 | 53 | "enabled": true,
|
|
0 commit comments