mirror of
https://github.com/Sebclem/hassio-nextcloud-backup.git
synced 2024-11-05 00:52:59 +01:00
813a1bb9d0
* 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>
18 lines
375 B
JSON
18 lines
375 B
JSON
{
|
|
"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"
|
|
}
|
|
]
|
|
}
|