Skip to content

Commit

Permalink
Fix Renovate configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed Jan 21, 2024
1 parent 208ff5f commit c7fa3fc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,14 @@
"datasourceTemplate": "github-releases",
"depNameTemplate": "animetosho/par2cmdline-turbo",
"extractVersionTemplate": "^v(?<version>.*)$"
},
{
"fileMatch": ["/Dockerfile$"],
"matchStrings": [
"ARG SABNZBD_VERSION=[\"']?(?<currentValue>.+?)[\"']?\\s+"
],
"datasourceTemplate": "github-releases",
"depNameTemplate": "sabnzbd/sabnzbd"
}
],
"packageRules": [
Expand Down

0 comments on commit c7fa3fc

Please sign in to comment.