An open API service indexing awesome lists of open source software.

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

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"]
}
```