renovate-config/default.json

41 lines
1.1 KiB
JSON
Raw Permalink Normal View History

2022-01-30 19:46:49 +00:00
{
2023-04-23 17:38:47 +00:00
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"prHourlyLimit": 0,
"prConcurrentLimit": 0,
2022-01-30 19:46:49 +00:00
"extends": [
2025-08-26 07:33:30 +00:00
"docker:pinDigests",
2022-01-30 19:46:49 +00:00
"group:monorepos",
"group:recommended",
"workarounds:typesNodeVersioning"
],
"dependencyDashboard": true,
2022-08-01 22:11:34 +00:00
"platformAutomerge": true,
2022-01-30 19:46:49 +00:00
"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"
}