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 5, 2024
1 parent b98e228 commit 7ba5589
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion renovate-with-renovate.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@
* Flux Dependencies (Preview Envs?)
* ArgoCD Dependencies (Preview Envs?)

## RENOVATE vs. DEPANDABOT
* Large projects with complex dependencies or monorepos.
* Cross-platform support requirements, or when using multiple package managers.
* Teams that want more control over scheduling, grouping, and merging of dependency updates.
* Organizations that need self-hosted options or more control over security and compliance.
* Teams that prefer advanced automation and detailed changelogs.

## RENOVATE DRY-RUN

```bash
Expand Down Expand Up @@ -98,12 +105,14 @@ docker run --rm -v "$(pwd):/usr/src/app" renovate/renovate
}
```
Run Renovate Locally
Run Renovate
```bash
docker run --rm -e RENOVATE_CONFIG_FILE=config.json -v "$(pwd)/config.json:/usr/src/app/config.json" renovate/renovate
```
Renovate will create an Issue called "Dependency Dashboard" in GitLab with the findings.
## GitHub Integration
## Local / Testing
Expand Down

0 comments on commit 7ba5589

Please sign in to comment.