Skip to content

Commit 0091fea

Browse files
sync config with renovate-central
1 parent cfb82ca commit 0091fea

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

.github/renovate.json

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"packageRules": [
1111
{
1212
"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"],
1414
"matchUpdateTypes": ["digest"],
1515
"matchFileNames": ["*Dockerfile.konflux*"],
1616
"enabled": true,
@@ -21,14 +21,9 @@
2121
"branchPrefix": "renovate/docker-main/",
2222
"semanticCommits": "enabled"
2323
},
24-
{
25-
"matchManagers": ["dockerfile"],
26-
"matchBaseBranches": ["rhoai-2.18"],
27-
"enabled": false
28-
},
2924
{
3025
"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"],
3227
"matchUpdateTypes": ["digest"],
3328
"enabled": true,
3429
"groupName": "Tekton Updates",
@@ -42,7 +37,7 @@
4237
},
4338
{
4439
"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"],
4641
"groupName": "RPM Updates",
4742
"commitMessageTopic": "RPM updates",
4843
"enabled": true,

0 commit comments

Comments
 (0)