mirror of
https://github.com/hassio-addons/addon-glances.git
synced 2025-05-04 11:01:25 +00:00
Prettified Code!
This commit is contained in:
parent
7b663092b4
commit
ddd3ec64f5
1 changed files with 15 additions and 49 deletions
64
.github/renovate.json
vendored
64
.github/renovate.json
vendored
|
@ -2,19 +2,13 @@
|
|||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"rebaseWhen": "behind-base-branch",
|
||||
"dependencyDashboard": true,
|
||||
"labels": [
|
||||
"dependencies",
|
||||
"no-stale"
|
||||
],
|
||||
"labels": ["dependencies", "no-stale"],
|
||||
"commitMessagePrefix": "⬆️",
|
||||
"commitMessageTopic": "{{depName}}",
|
||||
"customManagers": [
|
||||
{
|
||||
"customType": "regex",
|
||||
"fileMatch": [
|
||||
"/Dockerfile$",
|
||||
"/build.yaml$"
|
||||
],
|
||||
"fileMatch": ["/Dockerfile$", "/build.yaml$"],
|
||||
"matchStringsStrategy": "any",
|
||||
"matchStrings": [
|
||||
"ARG BUILD_FROM=(?<depName>.*?):(?<currentValue>.*?)\\s+",
|
||||
|
@ -24,9 +18,7 @@
|
|||
},
|
||||
{
|
||||
"customType": "regex",
|
||||
"fileMatch": [
|
||||
"/Dockerfile$"
|
||||
],
|
||||
"fileMatch": ["/Dockerfile$"],
|
||||
"matchStringsStrategy": "any",
|
||||
"matchStrings": [
|
||||
"\\s\\s(?<package>[a-z0-9][a-z0-9-]+)=(?<currentValue>[a-z0-9-_.]+)\\s+"
|
||||
|
@ -38,64 +30,38 @@
|
|||
],
|
||||
"packageRules": [
|
||||
{
|
||||
"matchDatasources": [
|
||||
"repology"
|
||||
],
|
||||
"matchDatasources": ["repology"],
|
||||
"automerge": true
|
||||
},
|
||||
{
|
||||
"groupName": "Add-on base image",
|
||||
"matchDatasources": [
|
||||
"docker"
|
||||
]
|
||||
"matchDatasources": ["docker"]
|
||||
},
|
||||
{
|
||||
"groupName": "Add-on base image",
|
||||
"matchDatasources": [
|
||||
"docker"
|
||||
],
|
||||
"matchUpdateTypes": [
|
||||
"minor",
|
||||
"patch"
|
||||
],
|
||||
"matchDatasources": ["docker"],
|
||||
"matchUpdateTypes": ["minor", "patch"],
|
||||
"automerge": true
|
||||
},
|
||||
{
|
||||
"matchManagers": [
|
||||
"pip_requirements"
|
||||
],
|
||||
"addLabels": [
|
||||
"python"
|
||||
]
|
||||
"matchManagers": ["pip_requirements"],
|
||||
"addLabels": ["python"]
|
||||
},
|
||||
{
|
||||
"matchManagers": [
|
||||
"pip_requirements"
|
||||
],
|
||||
"matchDepTypes": [
|
||||
"dev"
|
||||
],
|
||||
"matchManagers": ["pip_requirements"],
|
||||
"matchDepTypes": ["dev"],
|
||||
"rangeStrategy": "pin"
|
||||
},
|
||||
{
|
||||
"matchManagers": [
|
||||
"pip_requirements"
|
||||
],
|
||||
"matchUpdateTypes": [
|
||||
"minor",
|
||||
"patch"
|
||||
],
|
||||
"matchManagers": ["pip_requirements"],
|
||||
"matchUpdateTypes": ["minor", "patch"],
|
||||
"automerge": true
|
||||
},
|
||||
{
|
||||
"groupName": "Python",
|
||||
"matchDatasources": [
|
||||
"repology"
|
||||
],
|
||||
"matchDatasources": ["repology"],
|
||||
"automerge": true,
|
||||
"matchPackageNames": [
|
||||
"/^alpine_.*/python3(-dev)?$/"
|
||||
]
|
||||
"matchPackageNames": ["/^alpine_.*/python3(-dev)?$/"]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue