Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 1.16 KB

renovate.md

File metadata and controls

27 lines (20 loc) · 1.16 KB

Renovate integration

Repositories under the ocramius/ scope receive regular dependency upgrades through renovate, which automates the heavy lifting of uplading lock files, supported dependency ranges, etc.

This is defined in renovate-config.json, and imported in all applicable repositories in the organization.

Dependency ranges are kept restrictively recent as per my version support policy.

The configuration is heavily inspired by the laminas/.github one.

To use this configuration, create a renovate.json file in the repository where it should be active:

{
  "$schema": "https://docs.renovatebot.com/renovate-schema.json",
  "extends": [
    "local>ocramius/.github:renovate-config"
  ]
}

Please note that this file will change according to MY OWN needs: no BC guaranteed. I endorse that you copy the configuration and adapt it yourself, should you need it.