mirror of
https://github.com/hassio-addons/addon-tasmoadmin.git
synced 2025-05-04 11:01:27 +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"],
|
"labels": ["dependencies", "no-stale"],
|
||||||
"commitMessagePrefix": "⬆️",
|
"commitMessagePrefix": "⬆️",
|
||||||
"commitMessageTopic": "{{depName}}",
|
"commitMessageTopic": "{{depName}}",
|
||||||
"regexManagers": [
|
"customManagers": [
|
||||||
{
|
{
|
||||||
|
"customType": "regex",
|
||||||
"fileMatch": ["/Dockerfile$", "/build.yaml$"],
|
"fileMatch": ["/Dockerfile$", "/build.yaml$"],
|
||||||
"matchStringsStrategy": "any",
|
"matchStringsStrategy": "any",
|
||||||
"matchStrings": [
|
"matchStrings": [
|
||||||
|
@ -17,6 +18,7 @@
|
||||||
"datasourceTemplate": "docker"
|
"datasourceTemplate": "docker"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
"customType": "regex",
|
||||||
"fileMatch": ["/Dockerfile$"],
|
"fileMatch": ["/Dockerfile$"],
|
||||||
"matchStringsStrategy": "any",
|
"matchStringsStrategy": "any",
|
||||||
"matchStrings": [
|
"matchStrings": [
|
||||||
|
@ -27,6 +29,7 @@
|
||||||
"depNameTemplate": "alpine_3_20/{{package}}"
|
"depNameTemplate": "alpine_3_20/{{package}}"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
"customType": "regex",
|
||||||
"fileMatch": ["/Dockerfile$"],
|
"fileMatch": ["/Dockerfile$"],
|
||||||
"matchStrings": [
|
"matchStrings": [
|
||||||
"ARG TASMOADMIN_VERSION=[\"']?(?<currentValue>.+?)[\"']?\\s+"
|
"ARG TASMOADMIN_VERSION=[\"']?(?<currentValue>.+?)[\"']?\\s+"
|
||||||
|
@ -43,8 +46,8 @@
|
||||||
{
|
{
|
||||||
"groupName": "PHP",
|
"groupName": "PHP",
|
||||||
"matchDatasources": ["repology"],
|
"matchDatasources": ["repology"],
|
||||||
"matchDepPatterns": ["alpine.*/php.*"],
|
"automerge": true,
|
||||||
"automerge": true
|
"matchDepNames": ["/alpine.*/php.*/"]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"groupName": "Add-on base image",
|
"groupName": "Add-on base image",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue