Skip to content

Commit 5df2a06

Browse files
sync config with renovate-central
1 parent d77a422 commit 5df2a06

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,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", "rhoai-2.8"],
5+
"baseBranches": ["main", "rhoai-2.16", "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", "rhoai-2.8"],
13+
"matchBaseBranches": ["main", "rhoai-2.16", "rhoai-2.13", "rhoai-2.18", "rhoai-2.8"],
1414
"matchUpdateTypes": ["digest"],
1515
"matchFileNames": ["*Dockerfile.konflux*"],
1616
"enabled": true,
@@ -40,9 +40,14 @@
4040
"/^quay.io/konflux-ci/tekton-catalog//"
4141
]
4242
},
43+
{
44+
"matchManagers": ["tekton"],
45+
"matchBaseBranches": ["rhoai-2.17"],
46+
"enabled": false
47+
},
4348
{
4449
"matchManagers": ["rpm"],
45-
"matchBaseBranches": ["main", "rhoai-2.16", "rhoai-2.17", "rhoai-2.13", "rhoai-2.18", "rhoai-2.19", "rhoai-2.8"],
50+
"matchBaseBranches": ["main", "rhoai-2.16", "rhoai-2.13", "rhoai-2.18", "rhoai-2.19", "rhoai-2.8"],
4651
"groupName": "RPM Updates",
4752
"commitMessageTopic": "RPM updates",
4853
"enabled": true,

0 commit comments

Comments
 (0)