1
mirror of https://github.com/jakejarvis/hugo-docker.git synced 2025-04-26 02:35:21 -04:00

Update renovate.json

This commit is contained in:
Jake Jarvis 2023-03-15 09:57:43 -04:00 committed by GitHub
parent 11f87f7979
commit b30a0a27a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@
"^Dockerfile$"
],
"matchStrings": [
"datasource=(?<datasource>.*?) depName=(?<depName>.*?)( versioning=(?<versioning>.*?))?\\sARG .*?_VERSION=(?<currentValue>.*)\\s"
"# renovate: datasource=(?<datasource>.*?) depName=(?<depName>.*?)( versioning=(?<versioning>.*?))?( registryUrl=(?<registryUrl>.*?))?\\s.*?_VERSION=(?<currentValue>.*)\\s"
],
"versioningTemplate": "{{#if versioning}}{{{versioning}}}{{else}}semver{{/if}}"
}