Skip to content

Commit

Permalink
switch to track 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 Nov 1, 2024
1 parent 414096e commit 644aeff
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,11 @@
"matchStrings": [
"^(?<currentValue>[0-9.]+)"
],
"extractVersionTemplate": "^v(?<version>.+)$",
"depNameTemplate": "gotify/build",
"autoReplaceStringTemplate": "{{{replace '^v(.+)$' '$1' newValue}}}",
"datasourceTemplate": "github-tags"
"extractVersionTemplate": "^(?<version>.+)-linux-amd64$",
"depNameTemplate": "docker.io/gotify/build",
"autoReplaceStringTemplate": "{{{newValue}}}",
"datasourceTemplate": "docker",
"versioningTemplate": "docker"
}
],
"packageRules": [
Expand Down

0 comments on commit 644aeff

Please sign in to comment.