Skip to content

Commit

Permalink
Adjust Renovate to use loose versioning for Readarr
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed Feb 12, 2024
1 parent a2f5380 commit 832a1dd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,9 @@
"matchStrings": [
"ARG READARR_VERSION=[\"']?(?<currentValue>.+?)[\"']?\\s+"
],
"datasourceTemplate": "github-releases",
"datasourceTemplate": "github-tags",
"depNameTemplate": "Readarr/Readarr",
"versioningTemplate": "loose",
"extractVersionTemplate": "^v(?<version>.*)$"
}
],
Expand Down

0 comments on commit 832a1dd

Please sign in to comment.