Skip to content

Commit

Permalink
added git tag pattern for golang repo
Browse files Browse the repository at this point in the history
  • Loading branch information
damoon committed Feb 17, 2022
1 parent 26284f8 commit 2d8b150
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,11 @@
"depNameTemplate": "tilt-dev/tilt",
"datasourceTemplate": "github-tags"
}
],
"packageRules": [
{
"matchPackageNames": ["golang/go"],
"extractVersion": "^go(?<version>.*)$"
}
]
}
}

0 comments on commit 2d8b150

Please sign in to comment.