This adds the first modules blocks from the initial proof of concept, with basic docs. Currently missing is bundling and usage instructions
16 lines
462 B
JSON
16 lines
462 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"github>timo-reymann/renovate-config"
|
|
],
|
|
"regexManagers": [
|
|
{
|
|
"fileMatch": ["Dockerfile$"],
|
|
"matchStrings": [
|
|
"datasource=(?<datasource>.*?) depName=(?<depName>.*?)( versioning=(?<versioning>.*?))?\\sARG .*?_VERSION=(?<currentValue>.*)\\s"
|
|
],
|
|
"versioningTemplate": "{{#if versioning}}{{{versioning}}}{{else}}semver{{/if}}"
|
|
}
|
|
]
|
|
}
|