Prettified Code!

This commit is contained in:
renovate[bot] 2025-01-04 15:53:33 +00:00 committed by GitHub Action
parent 97a6f78e99
commit a1b5ce4333

59
.github/renovate.json vendored
View file

@ -1,23 +1,15 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"schedule": [
"before 2am"
],
"schedule": ["before 2am"],
"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+",
@ -27,9 +19,7 @@
},
{
"customType": "regex",
"fileMatch": [
"/Dockerfile$"
],
"fileMatch": ["/Dockerfile$"],
"matchStrings": [
"ARG BASHIO_VERSION=[\"']?(?<currentValue>.+?)[\"']?\\s+"
],
@ -39,9 +29,7 @@
},
{
"customType": "regex",
"fileMatch": [
"/Dockerfile$"
],
"fileMatch": ["/Dockerfile$"],
"matchStrings": [
"ARG S6_OVERLAY_VERSION=[\"']?(?<currentValue>.+?)[\"']?\\s+"
],
@ -52,9 +40,7 @@
},
{
"customType": "regex",
"fileMatch": [
"/Dockerfile$"
],
"fileMatch": ["/Dockerfile$"],
"matchStrings": [
"ARG TEMPIO_VERSION=[\"']?(?<currentValue>.+?)[\"']?\\s+"
],
@ -64,9 +50,7 @@
},
{
"customType": "regex",
"fileMatch": [
"/Dockerfile$"
],
"fileMatch": ["/Dockerfile$"],
"matchStringsStrategy": "any",
"matchStrings": [
"\\s\\s(?<package>[a-z0-9-]+)=(?<currentValue>[a-z0-9-_+~.]+)\\s+"
@ -78,38 +62,23 @@
],
"packageRules": [
{
"matchDatasources": [
"github-releases"
],
"matchDepNames": [
"hassio-addons/bashio"
],
"matchUpdateTypes": [
"minor",
"patch"
],
"matchDatasources": ["github-releases"],
"matchDepNames": ["hassio-addons/bashio"],
"matchUpdateTypes": ["minor", "patch"],
"automerge": true
},
{
"matchDatasources": [
"repology"
],
"matchDatasources": ["repology"],
"automerge": true
},
{
"groupName": "Ubuntu base image",
"matchDatasources": [
"docker"
]
"matchDatasources": ["docker"]
},
{
"groupName": "Ubuntu base image",
"matchDatasources": [
"docker"
],
"matchUpdateTypes": [
"patch"
],
"matchDatasources": ["docker"],
"matchUpdateTypes": ["patch"],
"automerge": true
}
]