mirror of
https://github.com/Sebclem/hassio-nextcloud-backup.git
synced 2024-11-22 17:22:58 +01:00
✏️ Configure Renovate (#138)
* Add renovate.json * Update renovate.json * Update renovate.json * Update renovate.json Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: Sébastien Clément <seb6596@gmail.com>
This commit is contained in:
parent
7f9c8eea59
commit
813a1bb9d0
17
renovate.json
Normal file
17
renovate.json
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
{
|
||||||
|
"extends": [
|
||||||
|
"config:base"
|
||||||
|
],
|
||||||
|
"commitMessagePrefix": ":arrow_up:",
|
||||||
|
"regexManagers": [
|
||||||
|
{
|
||||||
|
"fileMatch": ["nextcloud_backup/.base_version"],
|
||||||
|
"matchStrings": [
|
||||||
|
"(?<currentValue>.*)\\s"
|
||||||
|
],
|
||||||
|
"depNameTemplate": "ghcr.io/hassio-addons/base/amd64",
|
||||||
|
"datasourceTemplate": "docker",
|
||||||
|
"versioningTemplate": "semver"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user