Skip to content

Commit

Permalink
✏️ Configure Renovate (#138)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
3 people committed May 4, 2022
1 parent 7f9c8ee commit 813a1bb
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -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"
}
]
}

0 comments on commit 813a1bb

Please sign in to comment.