mirror of
https://github.com/nikdoof/renovate-config.git
synced 2025-12-13 10:02:16 +00:00
Add rulesets
This commit is contained in:
15
hugo.json
Normal file
15
hugo.json
Normal 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"
|
||||
}
|
||||
],
|
||||
}
|
||||
Reference in New Issue
Block a user