renovate-config/default.json

37 lines
1.0 KiB
JSON

{
"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=(?<datasource>.*?)\\sdepName=(?<depName>.*?)\\sENV .*?_VERSION=\"(?<currentValue>.*)\""
]
}
],
"semanticCommits": "enabled",
"timezone": "UTC"
}