From 03c1b871a042d23be665e2a15ffd4f0634484a0a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" Date: Sun, 16 Feb 2025 12:03:40 +0000 Subject: [PATCH] Prettified Code! --- .github/renovate.json | 48 ++++++++++--------------------------------- 1 file changed, 11 insertions(+), 37 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index 582447a..b4c108a 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -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=(?.*?):(?.*?)\\s+", @@ -24,9 +18,7 @@ }, { "customType": "regex", - "fileMatch": [ - "/Dockerfile$" - ], + "fileMatch": ["/Dockerfile$"], "matchStringsStrategy": "any", "matchStrings": [ "\\s\\s(?[a-z0-9][a-z0-9-_]+)=(?[a-z0-9-_.]+)\\s+" @@ -37,9 +29,7 @@ }, { "customType": "regex", - "fileMatch": [ - "/Dockerfile$" - ], + "fileMatch": ["/Dockerfile$"], "matchStrings": [ "ARG TRACCAR_VERSION=[\"']?(?.+?)[\"']?\\s+" ], @@ -50,39 +40,23 @@ ], "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 }, { - "matchDatasources": [ - "github-releases" - ], - "matchDepNames": [ - "traccar/traccar" - ], - "matchUpdateTypes": [ - "minor", - "patch" - ], + "matchDatasources": ["github-releases"], + "matchDepNames": ["traccar/traccar"], + "matchUpdateTypes": ["minor", "patch"], "automerge": true } ]