Add rulesets

This commit is contained in:
2025-06-11 06:41:39 +01:00
parent 275baa7b95
commit 3d78c08da4
3 changed files with 85 additions and 0 deletions

15
hugo.json Normal file
View File

@@ -0,0 +1,15 @@
{
"regexManagers": [
{
"description": "Update Hugo version in Github Workflows",
"fileMatch": [
".yaml$"
],
"matchStrings": [
"HUGO_VERSION: (?<currentValue>.*?)"
],
"depNameTemplate": "gohugoio/hugo",
"datasourceTemplate": "github-releases"
}
],
}