chore: use renovate preset config
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2020-12-30 15:54:25 +01:00
parent 2ec71afe5b
commit cf4e642881
Signed by: xoxys
GPG Key ID: 65362AE74AF98B61
1 changed files with 2 additions and 14 deletions

View File

@ -1,15 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base"],
"ignorePresets": [":prHourlyLimit2"],
"regexManagers": [
{
"fileMatch": ["^Dockerfile$"],
"matchStrings": [
"# renovate: datasource=(?<datasource>\\S+) depName=(?<depName>\\S+)( versioning=(?<versioning>.*?))?\\nENV .*?_VERSION=\"\\${.*:-(?<currentValue>.*)}\"\\s"
]
}
],
"extends": ["github>thegeeklab/renovate-presets:docker"],
"packageRules": [
{
"datasources": ["github-releases"],
@ -18,8 +9,5 @@
"packagePatterns": ["^hairyhenderson", "^aptible", "^thegeeklab"],
"automerge": true
}
],
"droneci": {
"enabled": false
}
]
}