renovate/docs/usage/templates.md
2020-04-07 09:23:41 +02:00

20 lines
689 B
Markdown

---
title: Template Fields
description:
---
# Template Fields
In order to provide flexible configuration, Renovate supports using "templates" for certain fields like `branchName`.
Renovate's templates use [handlebars](https://handlebarsjs.com/) under the hood. You can recognize templates when you see strings like `{{depName}}` in configuration fields.
Below you can find lists of fields/values that you can use in templates. Some are configuration options passed through, while others are generated as part of Renovate's run.
## Exposed Config Options
<!-- Automatically insert exposed configuration options here -->
## Other Available Fields
<!-- Insert runtime fields here -->