chore: Initial commit
This commit is contained in:
commit
193c449e65
4 changed files with 207 additions and 0 deletions
15
README.md
Normal file
15
README.md
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
# Renovate Showcase
|
||||
|
||||
Demonstrates usage of [Renovate](https://www.whitesourcesoftware.com/free-developer-tools/renovate/), a tool that automatically updates dependencies in your code.
|
||||
|
||||
Reference presentation: [https://slides.by.vincent.mahn.ke/#/10](https://slides.by.vincent.mahn.ke/#/10)
|
||||
|
||||
## Scenarios
|
||||
|
||||
This repository contains 4 different scenarios:
|
||||
|
||||
### 1. [Setup](./1-setup)
|
||||
Basic setup showing Renovate can be run with nothing to update.
|
||||
|
||||
### 2. [Dockerfile with Dry Run](./2-dockerfile-dry-run)
|
||||
Shows how Renovate detects outdated versions in a Dockerfile and how a dry run would create a pull request.
|
||||
Loading…
Add table
Add a link
Reference in a new issue