Skip to content

Commit

Permalink
Track go version to gotify/build
Browse files Browse the repository at this point in the history
Signed-off-by: eternal-flame-AD <[email protected]>
  • Loading branch information
eternal-flame-AD committed Oct 29, 2024
1 parent fdb4947 commit 920cf55
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,10 @@
"matchStrings": [
"^(?<currentValue>.+)\\n"
],
"depNameTemplate": "https://github.com/golang/go",
"autoReplaceStringTemplate": "{{{newValue}}}",
"datasourceTemplate": "golang-version"
"extractVersionTemplate": "^v(?<version>.+)$",
"depNameTemplate": "https://github.com/gotify/build",
"autoReplaceStringTemplate": "{{{replace '^v(.+)$' '$1' newValue}}}",
"datasourceTemplate": "github-tags"
}
],
"packageRules": [
Expand Down

0 comments on commit 920cf55

Please sign in to comment.