From e2830a5ea2265e12ead0c3d49174fe26b6dcf1d5 Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Sun, 21 Sep 2025 13:48:49 -0400 Subject: [PATCH] Adding packageRule for latest tags. --- default.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/default.json b/default.json index 303407f..1b69b4d 100644 --- a/default.json +++ b/default.json @@ -53,6 +53,13 @@ ".*" ], "allowedVersions": "/alpine/i" + }, + { + "description": "Replace :latest with the latest available tag and pin digest", + "matchDatasources": ["docker"], + "matchTags": ["latest"], + "versioning": "docker", + "pinDigests": true } ] } \ No newline at end of file