https://github.com/jonasgeiler/renovate-config
🔧 My personal configuration preset for Mend Renovate.
https://github.com/jonasgeiler/renovate-config
ci config continuous-integration dependency-management presets renovate renovate-bot renovatebot
Last synced: 4 months ago
JSON representation
🔧 My personal configuration preset for Mend Renovate.
- Host: GitHub
- URL: https://github.com/jonasgeiler/renovate-config
- Owner: jonasgeiler
- License: mit
- Created: 2022-04-07T01:58:49.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-12-16T00:57:35.000Z (6 months ago)
- Last Synced: 2025-12-19T00:52:14.417Z (6 months ago)
- Topics: ci, config, continuous-integration, dependency-management, presets, renovate, renovate-bot, renovatebot
- Homepage:
- Size: 85 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Renovate Config
> My personal configuration preset for Mend Renovate.
This repository contains my configuration preset for [Mend Renovate][renovate]
(aka. "Renovate Bot" or "Renovate") which is used in many of my repositories to
automatically manage dependencies and security updates.
Renovate is very similar to Dependabot, but due to many additional features and
easier config sharing I have decided to use it in favor of Dependabot.
[renovate]: https://www.mend.io/renovate/
## Usage
When you give the Renovate GitHub App access to a new repository,
the onboarding PR created by Renovate should already suggest a config file
similar to the following:
```json
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"github>jonasgeiler/renovate-config"
]
}
```
If not, create it manually and store it under `renovate.json` or
`.github/renovate.json` or [one of the other supported locations][options].
[options]: https://docs.renovatebot.com/configuration-options/