Prettified Code!

This commit is contained in:
renovate[bot] 2024-11-15 21:24:43 +00:00 committed by GitHub Action
parent 84f2e1ec93
commit a13693dbda

26
.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$"],
"matchStrings": [
"ARG AIRCONNECT_VERSION=[\"']?(?<currentValue>.+?)[\"']?\\s+"
],
@ -37,18 +29,12 @@
"packageRules": [
{
"groupName": "Add-on base image",
"matchDatasources": [
"docker"
]
"matchDatasources": ["docker"]
},
{
"groupName": "Add-on base image",
"matchDatasources": [
"docker"
],
"matchUpdateTypes": [
"patch"
],
"matchDatasources": ["docker"],
"matchUpdateTypes": ["patch"],
"automerge": true
}
]