Skip to content

Commit a81d798

Browse files
authored
Disable renovate artifactError status check
This is a workaround to overcome a lack of proper permissions of the red-hat-konflux bot. See https://redhat-internal.slack.com/archives/C06KTFLDS69/p1758199099457519 for more details
1 parent 5170b14 commit a81d798

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

config/renovate/renovate.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@
1919
// Branch configuration: process main branch and release branches from v0.5 onwards
2020
"baseBranchPatterns": [ "main", "/^release-v0\\.(\\d{2,}|[5-9])$/", "/^release-v[1-9]\\d*\\.\\d+$/" ],
2121

22+
// Disable artifact error status checks due to Mintmaker GitHub App lacking statuses=write permission
23+
"statusCheckNames": {
24+
"artifactError": null
25+
},
26+
2227
"packageRules": [
2328
{
2429
// Global rule: All major updates get special treatment

0 commit comments

Comments
 (0)