mirror of
https://github.com/hassio-addons/addon-readarr.git
synced 2025-05-07 04:21:31 +00:00
Another attempt to let Renovate handle this
This commit is contained in:
parent
cda92e6768
commit
b9d4ccd456
1 changed files with 7 additions and 1 deletions
8
.github/renovate.json
vendored
8
.github/renovate.json
vendored
|
@ -30,7 +30,7 @@
|
|||
"matchStrings": [
|
||||
"ARG READARR_VERSION=[\"']?(?<currentValue>.+?)[\"']?\\s+"
|
||||
],
|
||||
"datasourceTemplate": "github-releases",
|
||||
"datasourceTemplate": "github-tags",
|
||||
"depNameTemplate": "Readarr/Readarr",
|
||||
"versioningTemplate": "loose",
|
||||
"extractVersionTemplate": "^v(?<version>.*)$"
|
||||
|
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue