From bc9695111b1baf5ca99f09c9e388d967feb8962b Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Sun, 21 Sep 2025 14:05:18 -0400 Subject: [PATCH] Adding packageRule for stable tags. --- default.json | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/default.json b/default.json index 527af0b..d971a76 100644 --- a/default.json +++ b/default.json @@ -55,9 +55,16 @@ "allowedVersions": "/alpine/i" }, { - "description": "Replace :latest with the latest available tag and pin digest", + "description": "Replace :latest with semver tag + digest", "matchDatasources": ["docker"], - "matchTags": ["latest", "stable"], + "matchCurrentValue": "latest", + "versioning": "docker", + "pinDigests": true + }, + { + "description": "Replace :stable with semver tag + digest", + "matchDatasources": ["docker"], + "matchCurrentValue": "stable", "versioning": "docker", "pinDigests": true }