hcloud-upload-image/renovate.json

26 lines
703 B
JSON
Raw Normal View History

2024-05-05 00:37:08 +02:00
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended",
":semanticCommits",
":semanticCommitTypeAll(chore)",
":semanticCommitScope(deps)",
":enableVulnerabilityAlerts"
],
"postUpdateOptions": [
"gomodTidy",
"gomodUpdateImportPaths"
],
"customManagers": [
{
"customType": "regex",
"fileMatch": [
"^\\.github\\/(?:workflows|actions)\\/.+\\.ya?ml$"
],
2024-05-05 00:37:08 +02:00
"matchStrings": [
"(?:version|VERSION): (?<currentValue>.+) # renovate: datasource=(?<datasource>[a-z-]+) depName=(?<depName>.+)(?: packageName=(?<packageName>.+))?(?: versioning=(?<versioning>[a-z-]+))?"
2024-05-05 00:37:08 +02:00
]
}
]
}