mirror of
https://github.com/renovatebot/renovate.git
synced 2025-05-12 23:51:55 +00:00

Co-authored-by: Sebastian Poxhofer <secustor@users.noreply.github.com> Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com> Co-authored-by: Michael Kriese <michael.kriese@visualon.de> Co-authored-by: Rhys Arkins <rhys@arkins.net>
782 B
782 B
The helmsman
manager is currently limited and does not support the full feature set of Helmsman, read about the limitations below.
Non-configured managerFilePatterns
By default the helmsman
manager has an empty array for its managerFilePatterns
configuration option, because there is no convention for file naming in practice.
This means that helmsman
won't search for any files, and you won't get any updates from the manager.
To enable the helmsman
manager, provide a valid managerFilePatterns
yourself, for example:
{
"helmsman": {
"managerFilePatterns": ["/(^|/)desired_state\\.yaml$/"]
}
}
File format
Currently, state files must be in the .yaml
format.
The .toml
format is not supported.