Skip to content

Commit a1f17af

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

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

.github/renovate.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": ["config:recommended"],
44
"branchPrefix": "renovate/",
5-
"baseBranches": ["main", "rhoai-2.16", "rhoai-2.17", "rhoai-2.13", "rhoai-2.18"],
5+
"baseBranches": ["main", "rhoai-2.16", "rhoai-2.17", "rhoai-2.13", "rhoai-2.18", "rhoai-2.19"],
66
"ignoreTests": true,
77
"automergeType": "pr",
88
"automerge": true,
@@ -21,9 +21,14 @@
2121
"branchPrefix": "renovate/docker-main/",
2222
"semanticCommits": "enabled"
2323
},
24+
{
25+
"matchManagers": ["dockerfile"],
26+
"matchBaseBranches": ["rhoai-2.19"],
27+
"enabled": false
28+
},
2429
{
2530
"matchManagers": ["tekton"],
26-
"matchBaseBranches": ["rhoai-2.16", "rhoai-2.17", "rhoai-2.13", "rhoai-2.18"],
31+
"matchBaseBranches": ["rhoai-2.16", "rhoai-2.17", "rhoai-2.13", "rhoai-2.18", "rhoai-2.19"],
2732
"matchUpdateTypes": ["digest"],
2833
"enabled": true,
2934
"groupName": "Tekton Updates",
@@ -37,7 +42,7 @@
3742
},
3843
{
3944
"matchManagers": ["rpm"],
40-
"matchBaseBranches": ["main", "rhoai-2.16", "rhoai-2.17", "rhoai-2.13", "rhoai-2.18"],
45+
"matchBaseBranches": ["main", "rhoai-2.16", "rhoai-2.17", "rhoai-2.13", "rhoai-2.18", "rhoai-2.19"],
4146
"groupName": "RPM Updates",
4247
"commitMessageTopic": "RPM updates",
4348
"enabled": true,

0 commit comments

Comments
 (0)