https://github.com/tj-actions/renovate-config-validator
:octocat: Github action to validate renovate config
https://github.com/tj-actions/renovate-config-validator
github-actions renovate renovate-bot renovate-bot-config validation validator
Last synced: 7 months ago
JSON representation
:octocat: Github action to validate renovate config
- Host: GitHub
- URL: https://github.com/tj-actions/renovate-config-validator
- Owner: tj-actions
- License: mit
- Created: 2021-04-15T11:03:40.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-08-06T10:28:10.000Z (about 1 year ago)
- Last Synced: 2025-02-28T12:41:36.578Z (7 months ago)
- Topics: github-actions, renovate, renovate-bot, renovate-bot-config, validation, validator
- Language: Dockerfile
- Homepage:
- Size: 191 KB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Changelog: HISTORY.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
[](https://app.codacy.com/gh/tj-actions/renovate-config-validator?utm_source=github.com\&utm_medium=referral\&utm_content=tj-actions/renovate-config-validator\&utm_campaign=Badge_Grade_Settings)
[](https://github.com/tj-actions/renovate-config-validator/actions?query=workflow%3ACI)
[](https://github.com/tj-actions/renovate-config-validator/actions?query=workflow%3A%22Update+release+version.%22)
[](https://github.com/search?o=desc\&q=tj-actions+renovate-config-validator+path%3A.github%2Fworkflows+language%3AYAML\&s=\&type=Code)## renovate-config-validator
Validate [renovate](https://github.com/renovatebot/renovate) bot configurations
```yaml
...
steps:
- uses: actions/checkout@v3
- name: Renovate Config Validator
uses: tj-actions/renovate-config-validator@v2
```## Inputs
| INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION |
|-------------|--------|----------|-------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| config\_file | string | true | `"renovate.json"` | Renovate configuration file e.g `.github/renovate.json`,
`.github/renovate.json5`, `.gitlab/renovate.json`, `.gitlab/renovate.json5`, `.renovaterc.json`, `renovate.json`,
`renovate.json5`, `.renovaterc` |* Free software: [MIT license](LICENSE)
If you feel generous and want to show some extra appreciation:
[![Buy me a coffee][buymeacoffee-shield]][buymeacoffee]
[buymeacoffee]: https://www.buymeacoffee.com/jackton1
[buymeacoffee-shield]: https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png
## Features
* Validate [renovate bot](https://github.com/renovatebot/renovate) configurations.
## Credits
This package was created with [Cookiecutter](https://github.com/cookiecutter/cookiecutter) using [cookiecutter-action](https://github.com/tj-actions/cookiecutter-action)
## Report Bugs
Report bugs at https://github.com/tj-actions/renovate-config-validator/issues.
If you are reporting a bug, please include:
* Your operating system name and version.
* Any details about your workflow that might be helpful in troubleshooting.
* Detailed steps to reproduce the bug.