Skip to content
This repository has been archived by the owner on May 5, 2021. It is now read-only.

Latest commit

 

History

History
30 lines (24 loc) · 794 Bytes

README.md

File metadata and controls

30 lines (24 loc) · 794 Bytes

Renovate Config

Configuration globale de Renovate pour nos projets.

Installation sur un nouveau projet

À la racine d'un projet, créer le fichier renovate.json :

{
  "$schema": "https://docs.renovatebot.com/renovate-schema.json",
  "extends": ["github>Yproximite/renovate-config"],
  "hostRules": [
    {
      "hostName": "repo.packagist.com",
      "hostType": "packagist",
      "encrypted": {
        "username": "<username chiffré>",
        "password": "<password chiffré>"
      }
    }
  ],
}

Liens utiles