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", "$schema": "https://docs.renovatebot.com/renovate-schema.json",
"rebaseWhen": "behind-base-branch", "rebaseWhen": "behind-base-branch",
"dependencyDashboard": true, "dependencyDashboard": true,
"labels": [ "labels": ["dependencies", "no-stale"],
"dependencies",
"no-stale"
],
"commitMessagePrefix": "⬆️", "commitMessagePrefix": "⬆️",
"commitMessageTopic": "{{depName}}", "commitMessageTopic": "{{depName}}",
"customManagers": [ "customManagers": [
{ {
"customType": "regex", "customType": "regex",
"fileMatch": [ "fileMatch": ["/Dockerfile$", "/build.yaml$"],
"/Dockerfile$",
"/build.yaml$"
],
"matchStringsStrategy": "any", "matchStringsStrategy": "any",
"matchStrings": [ "matchStrings": [
"ARG BUILD_FROM=(?<depName>.*?):(?<currentValue>.*?)\\s+", "ARG BUILD_FROM=(?<depName>.*?):(?<currentValue>.*?)\\s+",
@ -24,9 +18,7 @@
}, },
{ {
"customType": "regex", "customType": "regex",
"fileMatch": [ "fileMatch": ["/Dockerfile$"],
"/Dockerfile$"
],
"matchStrings": [ "matchStrings": [
"ARG AIRCONNECT_VERSION=[\"']?(?<currentValue>.+?)[\"']?\\s+" "ARG AIRCONNECT_VERSION=[\"']?(?<currentValue>.+?)[\"']?\\s+"
], ],
@ -37,18 +29,12 @@
"packageRules": [ "packageRules": [
{ {
"groupName": "Add-on base image", "groupName": "Add-on base image",
"matchDatasources": [ "matchDatasources": ["docker"]
"docker"
]
}, },
{ {
"groupName": "Add-on base image", "groupName": "Add-on base image",
"matchDatasources": [ "matchDatasources": ["docker"],
"docker" "matchUpdateTypes": ["patch"],
],
"matchUpdateTypes": [
"patch"
],
"automerge": true "automerge": true
} }
] ]