Skip to content

Commit

Permalink
Update renovate-with-renovate.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sina-schlatter authored Nov 6, 2024
1 parent 7ba5589 commit ae6a161
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion renovate-with-renovate.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
# Renovate w/ renovate

[//]: # (Extract)
[//]: # (Abstract)
[//]: # (Links)
[//]: # (Intro)

## Introduction

Renovate updates dependencies in the code without needing to do it manually. Renovate runs on the repo and looks for references to dependencies (both public and private). If there are newer versions available, Renovate can create pull requests to update versions automatically.

## Integrated Automated Dependency Updates

* GoLang Dependencies
Expand Down Expand Up @@ -148,6 +152,8 @@ Run Renovate Locally
```bash
docker run --rm -e RENOVATE_CONFIG_FILE=config.json -e LOG_LEVEL=debug -v "$(pwd)/config.json:/usr/src/app/config.json" renovate/renovate
```
## CodeHub Configuration
[//]: # (outro)

0 comments on commit ae6a161

Please sign in to comment.