mirror of
https://github.com/renovatebot/renovate.git
synced 2024-12-22 21:48:32 +00:00
be837b6306
Signed-off-by: Oliver Bähler <oliverbaehler@hotmail.com> Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com> Co-authored-by: Michael Kriese <michael.kriese@visualon.de> Co-authored-by: Sebastian Poxhofer <secustor@users.noreply.github.com> Co-authored-by: Rhys Arkins <rhys@arkins.net>
1.7 KiB
1.7 KiB
Renovate uses the Sveltos manager to update the dependencies in Helm-Charts for Sveltos resources.
Learn about Sveltos Helm-Charts by reading the Sveltos documentation.
You must set a fileMatch
pattern
The sveltos
manager has no default fileMatch
pattern.
This is because there is are no common filename or directory name conventions for Sveltos YAML files.
You must set your own fileMatch
rules, so Renovate knows which *.yaml
files are Sveltos definitions.
fileMatch
pattern examples
{
"sveltos": {
"fileMatch": ["\\.yaml$"]
}
}
{
"sveltos": {
"fileMatch": ["sveltos/.+\\.yaml$"]
}
}
{
"sveltos": {
"fileMatch": ["^config/sveltos\\.yaml$"]
}
}
Disabling parts of the sveltos manager
You can use these depTypes
for fine-grained control, for example to disable parts of the Sveltos manager.
Resource | depType |
---|---|
Cluster Profiles | ClusterProfile |
Profiles | Profile |
EventTrigger | EventTrigger |