https://github.com/giraffacorp/renovate-config
central renovate config
https://github.com/giraffacorp/renovate-config
devops renovate
Last synced: 12 days ago
JSON representation
central renovate config
- Host: GitHub
- URL: https://github.com/giraffacorp/renovate-config
- Owner: giraffacorp
- Created: 2025-05-28T21:39:41.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2026-02-02T21:30:58.000Z (5 months ago)
- Last Synced: 2026-02-03T10:58:54.518Z (5 months ago)
- Topics: devops, renovate
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Renovate Configuration Repo
This repository hosts centralized Renovate configuration for the entire GitHub organization's projects.
## Configuration Details
The repository currently includes:
- `default.json` - The main configuration file that defines how Renovate should manage argocd dependencies
### Current Configuration Features
- **ArgoCD Integration**: Configured to recognize ArgoCD YAML files in `argocd` directories
## How to Use
Other repositories can inherit this configuration by referencing it in their own Renovate configuration:
```json
{
"extends": ["github>giraffacorp/renovate-config"]
}
```