Skip to content

Commit 43b48a9

Browse files
sync config with renovate-central
1 parent c7ed963 commit 43b48a9

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/renovate.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"ignoreTests": true,
77
"automergeType": "pr",
88
"automerge": true,
9+
"prHourlyLimit": 0,
910
"enabledManagers": ["dockerfile", "tekton", "rpm"],
1011
"packageRules": [
1112
{
@@ -21,11 +22,6 @@
2122
"branchPrefix": "renovate/docker-main/",
2223
"semanticCommits": "enabled"
2324
},
24-
{
25-
"matchManagers": ["dockerfile"],
26-
"matchBaseBranches": ["rhoai-2.19"],
27-
"enabled": false
28-
},
2925
{
3026
"matchManagers": ["tekton"],
3127
"matchBaseBranches": ["rhoai-2.16", "rhoai-2.8", "rhoai-2.19", "rhoai-2.20"],
@@ -50,7 +46,12 @@
5046
"schedule": ["at any time"],
5147
"branchPrefix": "renovate/rpm/",
5248
"semanticCommits": "enabled"
53-
}
49+
},
50+
{
51+
"matchManagers": ["rpm", "tekton", "dockerfile"],
52+
"matchBaseBranches": ["rhoai-2.19"],
53+
"enabled": false
54+
}
5455
],
5556
"dockerfile": {
5657
"enabled": true,
@@ -116,8 +117,7 @@
116117
]
117118
},
118119
"rpm": {
119-
"enabled": true,
120-
"schedule": ["at any time"]
121-
},
122-
"prHourlyLimit": 0
120+
"enabled": true,
121+
"schedule": ["at any time"]
122+
}
123123
}

0 commit comments

Comments
 (0)