Robert Kaussow
cf4e642881
All checks were successful
continuous-integration/drone/push Build is passing
14 lines
378 B
JSON
14 lines
378 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": ["github>thegeeklab/renovate-presets:docker"],
|
|
"packageRules": [
|
|
{
|
|
"datasources": ["github-releases"],
|
|
"paths": ["Dockerfile"],
|
|
"groupName": "docker helper tools",
|
|
"packagePatterns": ["^hairyhenderson", "^aptible", "^thegeeklab"],
|
|
"automerge": true
|
|
}
|
|
]
|
|
}
|