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 b342a4a commit 3bbd2bb
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,16 @@
"versioningTemplate": "loose",
"datasourceTemplate": "repology",
"depNameTemplate": "alpine_3_19/{{package}}"
},
{
"fileMatch": ["/Dockerfile$"],
"matchStrings": [
"ARG READARR_VERSION=[\"']?(?<currentValue>.+?)[\"']?\\s+"
],
"datasourceTemplate": "github-releases",
"depNameTemplate": "Readarr/Readarr",
"extractVersionTemplate": "^v(?<version>.*)$",
"ignoreUnstable": false
}
],
"packageRules": [
Expand All @@ -40,16 +50,6 @@
"matchDatasources": ["docker"],
"matchUpdateTypes": ["minor", "patch"],
"automerge": true
},
{
"fileMatch": ["/Dockerfile$"],
"matchStrings": [
"ARG READARR_VERSION=[\"']?(?<currentValue>.+?)[\"']?\\s+"
],
"datasourceTemplate": "github-releases",
"depNameTemplate": "Readarr/Readarr",
"extractVersionTemplate": "^v(?<version>.*)$",
"ignoreUnstable": false
}
]
}

0 comments on commit 3bbd2bb

Please sign in to comment.