Skip to content

Commit

Permalink
Merge pull request #195 from aquaproj/fix/remove-ref-from-go-datasource
Browse files Browse the repository at this point in the history
fix: remove `ref` from go datasource's regular expression
  • Loading branch information
suzuki-shunsuke authored Aug 5, 2022
2 parents e0b82b8 + bb9e063 commit e436f3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion default.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
{
"fileMatch": ["\\.?aqua\\.ya?ml"],
"matchStrings": [
" +['\"]?(version|ref)['\"]? *: +['\"]?(?<currentValue>[^'\" \\n]+?)['\"]? +# renovate: depName=(?<depName>[^\\n]+)",
" +['\"]?version['\"]? *: +['\"]?(?<currentValue>[^'\" \\n]+?)['\"]? +# renovate: depName=(?<depName>[^\\n]+)",
" +['\"]?name['\"]? *: +['\"]?(?<depName>[^\\n]+\\.[^\\n]+)*@(?<currentValue>[^'\" \\n]+)['\"]?"
],
"datasourceTemplate": "go"
Expand Down
2 changes: 1 addition & 1 deletion file.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
{
"fileMatch": ["{{arg0}}"],
"matchStrings": [
" +['\"]?(version|ref)['\"]? *: +['\"]?(?<currentValue>[^'\" \\n]+?)['\"]? +# renovate: depName=(?<depName>[^\\n]+)",
" +['\"]?version['\"]? *: +['\"]?(?<currentValue>[^'\" \\n]+?)['\"]? +# renovate: depName=(?<depName>[^\\n]+)",
" +['\"]?name['\"]? *: +['\"]?(?<depName>[^\\n]+\\.[^\\n]+)*@(?<currentValue>[^'\" \\n]+)['\"]?"
],
"datasourceTemplate": "go"
Expand Down

0 comments on commit e436f3b

Please sign in to comment.