Files
renovate-config/hugo.json
2025-06-11 06:41:39 +01:00

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"
}
],
}