mirror of
https://github.com/hassio-addons/addon-lidarr.git
synced 2025-05-04 11:01:23 +00:00
Fix Renovate configuration
This commit is contained in:
parent
5e6ff6ccfd
commit
4e6b15e0b2
1 changed files with 10 additions and 10 deletions
20
.github/renovate.json
vendored
20
.github/renovate.json
vendored
|
@ -24,6 +24,16 @@
|
|||
"versioningTemplate": "loose",
|
||||
"datasourceTemplate": "repology",
|
||||
"depNameTemplate": "alpine_3_19/{{package}}"
|
||||
},
|
||||
{
|
||||
"fileMatch": ["/Dockerfile$"],
|
||||
"matchStrings": [
|
||||
"ARG LIDARR_VERSION=[\"']?(?<currentValue>.+?)[\"']?\\s+"
|
||||
],
|
||||
"datasourceTemplate": "github-releases",
|
||||
"depNameTemplate": "Lidarr/Lidarr",
|
||||
"extractVersionTemplate": "^v(?<version>.*)$",
|
||||
"ignoreUnstable": false
|
||||
}
|
||||
],
|
||||
"packageRules": [
|
||||
|
@ -40,16 +50,6 @@
|
|||
"matchDatasources": ["docker"],
|
||||
"matchUpdateTypes": ["minor", "patch"],
|
||||
"automerge": true
|
||||
},
|
||||
{
|
||||
"fileMatch": ["/Dockerfile$"],
|
||||
"matchStrings": [
|
||||
"ARG LIDARR_VERSION=[\"']?(?<currentValue>.+?)[\"']?\\s+"
|
||||
],
|
||||
"datasourceTemplate": "github-releases",
|
||||
"depNameTemplate": "Lidarr/Lidarr",
|
||||
"extractVersionTemplate": "^v(?<version>.*)$",
|
||||
"ignoreUnstable": false
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue