mirror of
https://github.com/hassio-addons/addon-thelounge.git
synced 2025-05-04 19:11:27 +00:00
⬆️: migrate config .github/renovate.json
This commit is contained in:
parent
e0e6d3e2b2
commit
e12734928a
1 changed files with 60 additions and 18 deletions
78
.github/renovate.json
vendored
78
.github/renovate.json
vendored
|
@ -2,12 +2,19 @@
|
||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
"rebaseWhen": "behind-base-branch",
|
"rebaseWhen": "behind-base-branch",
|
||||||
"dependencyDashboard": true,
|
"dependencyDashboard": true,
|
||||||
"labels": ["dependencies", "no-stale"],
|
"labels": [
|
||||||
|
"dependencies",
|
||||||
|
"no-stale"
|
||||||
|
],
|
||||||
"commitMessagePrefix": "⬆️",
|
"commitMessagePrefix": "⬆️",
|
||||||
"commitMessageTopic": "{{depName}}",
|
"commitMessageTopic": "{{depName}}",
|
||||||
"regexManagers": [
|
"customManagers": [
|
||||||
{
|
{
|
||||||
"fileMatch": ["/Dockerfile$", "/build.yaml$"],
|
"customType": "regex",
|
||||||
|
"fileMatch": [
|
||||||
|
"/Dockerfile$",
|
||||||
|
"/build.yaml$"
|
||||||
|
],
|
||||||
"matchStringsStrategy": "any",
|
"matchStringsStrategy": "any",
|
||||||
"matchStrings": [
|
"matchStrings": [
|
||||||
"ARG BUILD_FROM=(?<depName>.*?):(?<currentValue>.*?)\\s+",
|
"ARG BUILD_FROM=(?<depName>.*?):(?<currentValue>.*?)\\s+",
|
||||||
|
@ -16,7 +23,10 @@
|
||||||
"datasourceTemplate": "docker"
|
"datasourceTemplate": "docker"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"fileMatch": ["/Dockerfile$"],
|
"customType": "regex",
|
||||||
|
"fileMatch": [
|
||||||
|
"/Dockerfile$"
|
||||||
|
],
|
||||||
"matchStringsStrategy": "any",
|
"matchStringsStrategy": "any",
|
||||||
"matchStrings": [
|
"matchStrings": [
|
||||||
"\\s\\s(?<package>[a-z0-9][a-z0-9-_]+)=(?<currentValue>[a-z0-9-_.]+)\\s+"
|
"\\s\\s(?<package>[a-z0-9][a-z0-9-_]+)=(?<currentValue>[a-z0-9-_.]+)\\s+"
|
||||||
|
@ -26,7 +36,10 @@
|
||||||
"depNameTemplate": "alpine_3_19/{{package}}"
|
"depNameTemplate": "alpine_3_19/{{package}}"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"fileMatch": ["/Dockerfile$"],
|
"customType": "regex",
|
||||||
|
"fileMatch": [
|
||||||
|
"/Dockerfile$"
|
||||||
|
],
|
||||||
"matchStrings": [
|
"matchStrings": [
|
||||||
"ARG THE_LOUNGE_VERSION=[\"']?(?<currentValue>.+?)[\"']?\\s+"
|
"ARG THE_LOUNGE_VERSION=[\"']?(?<currentValue>.+?)[\"']?\\s+"
|
||||||
],
|
],
|
||||||
|
@ -36,37 +49,66 @@
|
||||||
],
|
],
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
{
|
{
|
||||||
"matchDatasources": ["repology"],
|
"matchDatasources": [
|
||||||
|
"repology"
|
||||||
|
],
|
||||||
"automerge": true
|
"automerge": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"groupName": "Add-on base image",
|
"groupName": "Add-on base image",
|
||||||
"matchDatasources": ["docker"]
|
"matchDatasources": [
|
||||||
|
"docker"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"groupName": "Add-on base image",
|
"groupName": "Add-on base image",
|
||||||
"matchDatasources": ["docker"],
|
"matchDatasources": [
|
||||||
"matchUpdateTypes": ["minor", "patch"],
|
"docker"
|
||||||
|
],
|
||||||
|
"matchUpdateTypes": [
|
||||||
|
"minor",
|
||||||
|
"patch"
|
||||||
|
],
|
||||||
"automerge": true
|
"automerge": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"matchDatasources": ["github-releases"],
|
"matchDatasources": [
|
||||||
"matchDepNames": ["thelounge/thelounge"],
|
"github-releases"
|
||||||
"matchUpdateTypes": ["minor", "patch"],
|
],
|
||||||
|
"matchDepNames": [
|
||||||
|
"thelounge/thelounge"
|
||||||
|
],
|
||||||
|
"matchUpdateTypes": [
|
||||||
|
"minor",
|
||||||
|
"patch"
|
||||||
|
],
|
||||||
"automerge": true
|
"automerge": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"matchManagers": ["pip_requirements"],
|
"matchManagers": [
|
||||||
"addLabels": ["python"]
|
"pip_requirements"
|
||||||
|
],
|
||||||
|
"addLabels": [
|
||||||
|
"python"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"matchManagers": ["pip_requirements"],
|
"matchManagers": [
|
||||||
"matchDepTypes": ["dev"],
|
"pip_requirements"
|
||||||
|
],
|
||||||
|
"matchDepTypes": [
|
||||||
|
"dev"
|
||||||
|
],
|
||||||
"rangeStrategy": "pin"
|
"rangeStrategy": "pin"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"matchManagers": ["pip_requirements"],
|
"matchManagers": [
|
||||||
"matchUpdateTypes": ["minor", "patch"],
|
"pip_requirements"
|
||||||
|
],
|
||||||
|
"matchUpdateTypes": [
|
||||||
|
"minor",
|
||||||
|
"patch"
|
||||||
|
],
|
||||||
"automerge": true
|
"automerge": true
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue