https://github.com/scottames/renovate
my central Renovate config
https://github.com/scottames/renovate
renovate
Last synced: 4 months ago
JSON representation
my central Renovate config
- Host: GitHub
- URL: https://github.com/scottames/renovate
- Owner: scottames
- Created: 2024-07-27T18:08:19.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2026-02-06T05:41:18.000Z (4 months ago)
- Last Synced: 2026-02-06T14:08:30.988Z (4 months ago)
- Topics: renovate
- Homepage:
- Size: 36.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Renovate
My central Renovate config.
## Usage
In another repository:
> [!NOTE]
> The Renovate app must be added to the repository.
```json5
{
$schema: "https://docs.renovatebot.com/renovate-schema.json",
extends: ["github>scottames/renovate:default.json5"],
}
```