{ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "prHourlyLimit": 0, "prConcurrentLimit": 0, "extends": [ "group:monorepos", "group:recommended", "workarounds:typesNodeVersioning" ], "dependencyDashboard": true, "platformAutomerge": true, "description": [ "Use Morres Best Practice configuration from [git.mor.re/open/renovate-config](https://git.mor.re/open/renovate-config)", "Create a Dependency Dashboard as Issue, listing all upgrades", "Label all PRs with `renovate`", "Use semantic commit messages for all upgrades", "Upgrade arbitrary dependencies in Dockerfiles when you mark them" ], "pre-commit": { "enabled": true }, "labels": [ "renovate" ], "rangeStrategy": "auto", "regexManagers": [ { "description": "Upgrade arbitrary dependencies in a Dockerfile declared via ENV variables", "fileMatch": [ "(^|/)Dockerfile$" ], "matchStrings": [ "datasource=(?.*?)\\sdepName=(?.*?)\\sENV .*?_VERSION=\"(?.*)\"" ] } ], "semanticCommits": "enabled", "timezone": "UTC" }