This repository has been archived on 2023-02-09. You can view files and clone it, but cannot push or open issues or pull requests.
drone-ansible-runner/renovate.json

17 lines
478 B
JSON
Raw Normal View History

2021-12-15 18:39:56 +01:00
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"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
]
}