Skip to content

Commit 78f021b

Browse files
authored
chore: renovate ignores project's own image in helm chart (#61)
1 parent 2f17719 commit 78f021b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

renovate.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,12 @@
2525
"rebaseWhen": "auto",
2626
"minimumReleaseAge": "0 days",
2727
"enabled": true
28+
},
29+
{
30+
"description": "Ignore our own image in chart as it will be updated on release",
31+
"matchPackageNames": ["ghcr.io/openmcp-project/github.com/openmcp-project/mcp-operator/images/mcp-operator"],
32+
"matchManagers": ["helm-values"],
33+
"enabled": false
2834
}
2935
]
3036
}

0 commit comments

Comments
 (0)