From 3783c1bff0b355035815103e673b3915998e8352 Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Mon, 22 Sep 2025 15:15:50 -0400 Subject: [PATCH] Formatting. --- default.json | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/default.json b/default.json index d971a76..9d11a82 100644 --- a/default.json +++ b/default.json @@ -43,15 +43,9 @@ "packageRules": [ { "description": "Alpine-based images only update to Alpine-based versions", - "matchDatasources": [ - "docker" - ], - "matchManagers": [ - "docker-compose" - ], - "matchPackageNames": [ - ".*" - ], + "matchDatasources": ["docker"], + "matchManagers": ["docker-compose"], + "matchPackageNames": [".*"], "allowedVersions": "/alpine/i" }, { @@ -69,4 +63,4 @@ "pinDigests": true } ] -} \ No newline at end of file +}