woodpecker-ansible-runner/renovate.json

18 lines
502 B
JSON
Raw Permalink Normal View History

2021-12-15 18:39:56 +01:00
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
2022-12-26 11:39:09 +01:00
"includeForks": true,
2021-12-15 18:39:56 +01:00
"extends": [
"config:base"
2021-12-15 18:55:38 +01:00
],
"commitMessagePrefix": ":arrow_up:",
"regexManagers": [
{
"fileMatch": ["^Dockerfile$"],
"matchStrings": [
"datasource=(?<datasource>.*?) depName=(?<depName>.*?)( versioning=(?<versioning>.*?))?\\sENV .*?_VERSION=(?<currentValue>.*)\\s"
],
"versioningTemplate": "{{#if versioning}}{{{versioning}}}{{else}}semver{{/if}}"
}
2021-12-15 18:39:56 +01:00
]
}