1
mirror of https://github.com/jakejarvis/hugo-docker.git synced 2025-04-26 11:55:10 -04:00

Update renovate.json

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

View File

@ -2,5 +2,17 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
],
"automerge": false,
"regexManagers": [
{
"fileMatch": [
"^Dockerfile$"
],
"matchStrings": [
"datasource=(?<datasource>.*?) depName=(?<depName>.*?)( versioning=(?<versioning>.*?))?\\sARG .*?_VERSION=(?<currentValue>.*)\\s"
],
"versioningTemplate": "{{#if versioning}}{{{versioning}}}{{else}}semver{{/if}}"
}
]
}