Skip to content

Commit

Permalink
Merge pull request #123 from aquaproj/feat/support-go-prefix
Browse files Browse the repository at this point in the history
feat(golang/go): support the prefix "go"
  • Loading branch information
suzuki-shunsuke authored May 30, 2022
2 parents 09a6510 + d00fe36 commit 2b438a4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions default.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
{
"fileMatch": ["\\.?aqua\\.ya?ml"],
"matchStrings": [
" +['\"]?version['\"]? *: +['\"]?(?<currentValue>[^'\" \\n]+)['\"]? +# renovate: depName=golang/go[ \\n]",
" +['\"]?name['\"]? *: +['\"]?golang/go@(?<currentValue>[^'\" \\n]+)['\"]?"
" +['\"]?version['\"]? *: +['\"]?(go)?(?<currentValue>[^'\" \\n]+)['\"]? +# renovate: depName=golang/go[ \\n]",
" +['\"]?name['\"]? *: +['\"]?golang/go@(go)?(?<currentValue>[^'\" \\n]+)['\"]?"
],
"extractVersionTemplate": "^go(?<version>.*)$",
"datasourceTemplate": "github-tags",
Expand Down
4 changes: 2 additions & 2 deletions golang-go.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
{
"fileMatch": ["{{arg0}}"],
"matchStrings": [
" +['\"]?version['\"]? *: +['\"]?(?<currentValue>[^'\" \\n]+)['\"]? +# renovate: depName=golang/go[ \\n]",
" +['\"]?name['\"]? *: +['\"]?golang/go@(?<currentValue>[^'\" \\n]+)['\"]?"
" +['\"]?version['\"]? *: +['\"]?(go)?(?<currentValue>[^'\" \\n]+)['\"]? +# renovate: depName=golang/go[ \\n]",
" +['\"]?name['\"]? *: +['\"]?golang/go@(go)?(?<currentValue>[^'\" \\n]+)['\"]?"
],
"extractVersionTemplate": "^go(?<version>.*)$",
"datasourceTemplate": "github-tags",
Expand Down

0 comments on commit 2b438a4

Please sign in to comment.