Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 793 Bytes

renovate.md

File metadata and controls

22 lines (16 loc) · 793 Bytes

Renovate integration

Repositories under the slavcodev/ scope receive regular dependency upgrades through renovate.

The configuration is defined in renovate-config.json, and imported in all applicable repositories.

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

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>slavcodev/.github:renovate-config"
  ]
}

Please note that this file will change according to MY OWN needs: no BC guaranteed.