Author: Robert Kaussow <mail@thegeeklab.de>
Date:   Thu Mar 3 21:16:02 2022 +0100

    chore: add auto-generated _docs folder to gitignore file
This commit is contained in:
Robert Kaussow 2022-03-03 20:34:59 +00:00
parent c9c0ea89f6
commit e98ca1c8d8
1 changed files with 20 additions and 18 deletions

View File

@ -3,27 +3,27 @@ title: renovate_bot
type: docs
---
[![Source Code](https://img.shields.io/badge/gitea-source%20code-blue?logo=gitea&logoColor=white)](https://gitea.rknet.org/ansible/xoxys.renovate_bot) [![Build Status](https://img.shields.io/drone/build/ansible/xoxys.renovate_bot?logo=drone&server=https%3A%2F%2Fdrone.rknet.org)](https://drone.rknet.org/ansible/xoxys.renovate_bot) [![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://gitea.rknet.org/ansible/xoxys.renovate_bot/src/branch/master/LICENSE)
[![Source Code](https://img.shields.io/badge/gitea-source%20code-blue?logo=gitea&logoColor=white)](https://gitea.rknet.org/ansible/xoxys.renovate_bot) [![Build Status](https://img.shields.io/drone/build/ansible/xoxys.renovate_bot?logo=drone&server=https%3A%2F%2Fdrone.rknet.org)](https://drone.rknet.org/ansible/xoxys.renovate_bot) [![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://gitea.rknet.org/ansible/xoxys.renovate_bot/src/branch/master/LICENSE)
Setup docker-renovate garbage collector. Keep docker hosts small.
* [Default Variables](#default-variables)
* [renovate_binary_source](#renovate_binary_source)
* [renovatebot_autodiscover](#renovatebot_autodiscover)
* [renovatebot_autodiscover_filter](#renovatebot_autodiscover_filter)
* [renovatebot_endpoint](#renovatebot_endpoint)
* [renovatebot_git_author](#renovatebot_git_author)
* [renovatebot_github_token](#renovatebot_github_token)
* [renovatebot_host_rules](#renovatebot_host_rules)
* [renovatebot_image](#renovatebot_image)
* [renovatebot_interval](#renovatebot_interval)
* [renovatebot_onboarding_config](#renovatebot_onboarding_config)
* [renovatebot_platform](#renovatebot_platform)
* [renovatebot_repositories](#renovatebot_repositories)
* [renovatebot_service_stopped](#renovatebot_service_stopped)
* [renovatebot_token](#renovatebot_token)
* [renovatebot_version](#renovatebot_version)
* [Dependencies](#dependencies)
- [Default Variables](#default-variables)
- [renovate_binary_source](#renovate_binary_source)
- [renovatebot_autodiscover](#renovatebot_autodiscover)
- [renovatebot_autodiscover_filter](#renovatebot_autodiscover_filter)
- [renovatebot_endpoint](#renovatebot_endpoint)
- [renovatebot_git_author](#renovatebot_git_author)
- [renovatebot_github_token](#renovatebot_github_token)
- [renovatebot_host_rules](#renovatebot_host_rules)
- [renovatebot_image](#renovatebot_image)
- [renovatebot_interval](#renovatebot_interval)
- [renovatebot_onboarding_config](#renovatebot_onboarding_config)
- [renovatebot_platform](#renovatebot_platform)
- [renovatebot_repositories](#renovatebot_repositories)
- [renovatebot_service_stopped](#renovatebot_service_stopped)
- [renovatebot_token](#renovatebot_token)
- [renovatebot_version](#renovatebot_version)
- [Dependencies](#dependencies)
---
@ -173,6 +173,8 @@ Personal access token for your bot account.
renovatebot_version: slim
```
## Dependencies
None.