Skip to content

Commit

Permalink
Fix hugo dep update rule (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
mraerino committed Apr 1, 2024
1 parent 067cbd9 commit 6500967
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions renovate.json
Expand Up @@ -23,9 +23,9 @@
"matchStrings": [
"HUGO_VERSION\\s*=\\s*\"(?<currentValue>[^\"]+)\""
],
"depNameTemplate": "gohugoio/hugo",
"packageNameTemplate": "hugo",
"packageNameTemplate": "gohugoio/hugo",
"depNameTemplate": "hugo",
"datasourceTemplate": "github-releases"
}
]
}
}

0 comments on commit 6500967

Please sign in to comment.