|
10 | 10 | "packageRules": [
|
11 | 11 | {
|
12 | 12 | "matchManagers": ["dockerfile"],
|
13 |
| - "matchBaseBranches": ["main", "rhoai-2.16", "rhoai-2.17", "rhoai-2.13"], |
| 13 | + "matchBaseBranches": ["main", "rhoai-2.16", "rhoai-2.17", "rhoai-2.13", "rhoai-2.18"], |
14 | 14 | "matchUpdateTypes": ["digest"],
|
15 | 15 | "matchFileNames": ["*Dockerfile.konflux*"],
|
16 | 16 | "enabled": true,
|
|
21 | 21 | "branchPrefix": "renovate/docker-main/",
|
22 | 22 | "semanticCommits": "enabled"
|
23 | 23 | },
|
24 |
| - { |
25 |
| - "matchManagers": ["dockerfile"], |
26 |
| - "matchBaseBranches": ["rhoai-2.18"], |
27 |
| - "enabled": false |
28 |
| - }, |
29 | 24 | {
|
30 | 25 | "matchManagers": ["tekton"],
|
31 |
| - "matchBaseBranches": ["rhoai-2.16", "rhoai-2.17", "rhoai-2.13"], |
| 26 | + "matchBaseBranches": ["rhoai-2.16", "rhoai-2.17", "rhoai-2.13", "rhoai-2.18"], |
32 | 27 | "matchUpdateTypes": ["digest"],
|
33 | 28 | "enabled": true,
|
34 | 29 | "groupName": "Tekton Updates",
|
|
42 | 37 | },
|
43 | 38 | {
|
44 | 39 | "matchManagers": ["rpm"],
|
45 |
| - "matchBaseBranches": ["main", "rhoai-2.16", "rhoai-2.17", "rhoai-2.13"], |
| 40 | + "matchBaseBranches": ["main", "rhoai-2.16", "rhoai-2.17", "rhoai-2.13", "rhoai-2.18"], |
46 | 41 | "groupName": "RPM Updates",
|
47 | 42 | "commitMessageTopic": "RPM updates",
|
48 | 43 | "enabled": true,
|
|
0 commit comments