2020-11-01 23:03:33 +00:00
|
|
|
{
|
|
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
2020-12-30 14:55:22 +00:00
|
|
|
"extends": ["github>thegeeklab/renovate-presets:docker"],
|
2020-11-01 23:03:33 +00:00
|
|
|
"packageRules": [
|
|
|
|
{
|
|
|
|
"datasources": ["github-releases"],
|
|
|
|
"paths": ["Dockerfile"],
|
|
|
|
"groupName": "docker helper tools",
|
|
|
|
"packagePatterns": ["^hairyhenderson", "^thegeeklab"],
|
|
|
|
"automerge": true
|
|
|
|
}
|
2020-12-30 14:55:22 +00:00
|
|
|
]
|
2020-11-01 23:03:33 +00:00
|
|
|
}
|