Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 744 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 744 Bytes

renovate-config

Welcome to the renovate-config repository for the SebastienDegodez organization! 🎉

This repo contains the shared Renovate configuration to automate dependency management across our projects.

Why use this config?

  • Centralized: One source of truth for update rules.
  • Simple: Easy to integrate into any project.
  • Efficient: Saves time on manual dependency updates.

How to use it?

  1. Extends this repo into your config.
{
  "$schema": "https://docs.renovatebot.com/renovate-schema.json",
  "extends": [
    "github>SebastienDegodez/renovate-config"
  ]
}
  1. Enjoy automated updates and focus on development!

For more details, check out the official Renovate documentation.