mirror of
https://github.com/hassio-addons/addon-tasmoadmin.git
synced 2025-05-03 18:41:30 +00:00
Migrate renovate config (#443)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
8dd7b22c60
commit
79624c71bb
1 changed files with 6 additions and 3 deletions
9
.github/renovate.json
vendored
9
.github/renovate.json
vendored
|
@ -5,8 +5,9 @@
|
|||
"labels": ["dependencies", "no-stale"],
|
||||
"commitMessagePrefix": "⬆️",
|
||||
"commitMessageTopic": "{{depName}}",
|
||||
"regexManagers": [
|
||||
"customManagers": [
|
||||
{
|
||||
"customType": "regex",
|
||||
"fileMatch": ["/Dockerfile$", "/build.yaml$"],
|
||||
"matchStringsStrategy": "any",
|
||||
"matchStrings": [
|
||||
|
@ -17,6 +18,7 @@
|
|||
"datasourceTemplate": "docker"
|
||||
},
|
||||
{
|
||||
"customType": "regex",
|
||||
"fileMatch": ["/Dockerfile$"],
|
||||
"matchStringsStrategy": "any",
|
||||
"matchStrings": [
|
||||
|
@ -27,6 +29,7 @@
|
|||
"depNameTemplate": "alpine_3_20/{{package}}"
|
||||
},
|
||||
{
|
||||
"customType": "regex",
|
||||
"fileMatch": ["/Dockerfile$"],
|
||||
"matchStrings": [
|
||||
"ARG TASMOADMIN_VERSION=[\"']?(?<currentValue>.+?)[\"']?\\s+"
|
||||
|
@ -43,8 +46,8 @@
|
|||
{
|
||||
"groupName": "PHP",
|
||||
"matchDatasources": ["repology"],
|
||||
"matchDepPatterns": ["alpine.*/php.*"],
|
||||
"automerge": true
|
||||
"automerge": true,
|
||||
"matchDepNames": ["/alpine.*/php.*/"]
|
||||
},
|
||||
{
|
||||
"groupName": "Add-on base image",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue