Skip to content

Commit 248ca97

Browse files
sync config with renovate-central
1 parent 4d4062f commit 248ca97

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/renovate.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
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", "rhoai-2.19"],
5+
"baseBranches": ["main", "rhoai-2.16", "rhoai-2.17", "rhoai-2.13", "rhoai-2.18", "rhoai-2.19", "rhoai-2.8"],
66
"ignoreTests": true,
77
"automergeType": "pr",
88
"automerge": true,
99
"enabledManagers": ["dockerfile", "tekton", "rpm"],
1010
"packageRules": [
1111
{
1212
"matchManagers": ["dockerfile"],
13-
"matchBaseBranches": ["main", "rhoai-2.16", "rhoai-2.17", "rhoai-2.13", "rhoai-2.18"],
13+
"matchBaseBranches": ["main", "rhoai-2.16", "rhoai-2.17", "rhoai-2.13", "rhoai-2.18", "rhoai-2.8"],
1414
"matchUpdateTypes": ["digest"],
1515
"matchFileNames": ["*Dockerfile.konflux*"],
1616
"enabled": true,
@@ -42,7 +42,7 @@
4242
},
4343
{
4444
"matchManagers": ["rpm"],
45-
"matchBaseBranches": ["main", "rhoai-2.16", "rhoai-2.17", "rhoai-2.13", "rhoai-2.18", "rhoai-2.19"],
45+
"matchBaseBranches": ["main", "rhoai-2.16", "rhoai-2.17", "rhoai-2.13", "rhoai-2.18", "rhoai-2.19", "rhoai-2.8"],
4646
"groupName": "RPM Updates",
4747
"commitMessageTopic": "RPM updates",
4848
"enabled": true,

0 commit comments

Comments
 (0)