group helper tools and enable automerge
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2020-10-18 15:26:04 +02:00
parent 2fceea1ffe
commit d507406719
Signed by: xoxys
GPG Key ID: 65362AE74AF98B61
1 changed files with 9 additions and 0 deletions

View File

@ -8,5 +8,14 @@
"datasource=(?<datasource>.*?) depName=(?<depName>.*?)( versioning=(?<versioning>.*?))?\\sENV .*?_VERSION=\"\\${.*:-(?<currentValue>.*)}\"\\s"
]
}
],
"packageRules": [
{
"datasources": ["github-releases"],
"paths": ["Dockerfile"],
"groupName": "docker helper tools",
"packagePatterns": ["^hairyhenderson", "^aptible", "^thegeeklab"],
"automerge": true
}
]
}