Prettified Code!

This commit is contained in:
renovate[bot] 2024-11-08 15:37:01 +00:00 committed by GitHub Action
parent 5cfa0ae7e4
commit 533684f043

35
.github/renovate.json vendored
View file

@ -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+"
@ -37,9 +29,7 @@
},
{
"customType": "regex",
"fileMatch": [
"/Dockerfile$"
],
"fileMatch": ["/Dockerfile$"],
"matchStrings": [
"ARG RADARR_VERSION=[\"']?(?<currentValue>.+?)[\"']?\\s+"
],
@ -51,26 +41,17 @@
],
"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
}
]