mirror of
https://github.com/nikdoof/renovate-config.git
synced 2025-12-11 17:12:18 +00:00
15 lines
388 B
JSON
15 lines
388 B
JSON
{
|
|
"regexManagers": [
|
|
{
|
|
"description": "Update Hugo version in Github Workflows",
|
|
"fileMatch": [
|
|
".yaml$"
|
|
],
|
|
"matchStrings": [
|
|
"HUGO_VERSION: (?<currentValue>.*?)"
|
|
],
|
|
"depNameTemplate": "gohugoio/hugo",
|
|
"datasourceTemplate": "github-releases"
|
|
}
|
|
],
|
|
} |