Skip to content

Commit 3df9eab

Browse files
sync config with renovate-central
1 parent 3c29a3b commit 3df9eab

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

.github/renovate.json

Lines changed: 10 additions & 5 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,14 +42,14 @@
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,
4449
"schedule": ["at any time"],
4550
"branchPrefix": "renovate/rpm/",
4651
"semanticCommits": "enabled"
47-
}
52+
}
4853
],
4954
"dockerfile": {
5055
"enabled": true,
@@ -112,7 +117,7 @@
112117
]
113118
},
114119
"rpm": {
115-
"enabled": true,
120+
"enabled": true,
116121
"schedule": ["at any time"]
117122
},
118123
"prHourlyLimit": 0

0 commit comments

Comments
 (0)