✏️ 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:
renovate[bot] 2022-05-04 10:22:35 +02:00 committed by GitHub
parent 7f9c8eea59
commit 813a1bb9d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

17
renovate.json Normal file
View 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"
}
]
}