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",
|
2025-05-03 22:34:17 +00:00
|
|
|
"fileMatch": [
|
|
|
|
|
"^\\.github\\/(?:workflows|actions)\\/.+\\.ya?ml$"
|
|
|
|
|
],
|
2024-05-05 00:37:08 +02:00
|
|
|
"matchStrings": [
|
2025-05-03 22:34:17 +00:00
|
|
|
"(?:version|VERSION): (?<currentValue>.+) # renovate: datasource=(?<datasource>[a-z-]+) depName=(?<depName>.+)(?: packageName=(?<packageName>.+))?(?: versioning=(?<versioning>[a-z-]+))?"
|
2024-05-05 00:37:08 +02:00
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|