Skip to content

Commit

Permalink
Another attempt to let Renovate handle this
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed Feb 13, 2024
1 parent cda92e6 commit b9d4ccd
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"matchStrings": [
"ARG READARR_VERSION=[\"']?(?<currentValue>.+?)[\"']?\\s+"
],
"datasourceTemplate": "github-releases",
"datasourceTemplate": "github-tags",
"depNameTemplate": "Readarr/Readarr",
"versioningTemplate": "loose",
"extractVersionTemplate": "^v(?<version>.*)$"
Expand All @@ -50,6 +50,12 @@
"matchDatasources": ["docker"],
"matchUpdateTypes": ["minor", "patch"],
"automerge": true
},
{
"matchDatasources": ["github-tags"],
"matchUpdateTypes": ["minor", "patch"],
"versioning": "regex:^(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)\\.(?<build>\\d+)$",
"allowedVersions": "<2.0.0"
}
]
}

0 comments on commit b9d4ccd

Please sign in to comment.