From 4c3a402fffe4ec35a5d96754b9c3f549a19b86c9 Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Sun, 21 Sep 2025 14:01:34 -0400 Subject: [PATCH] Adding packageRule for stable tags. --- default.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default.json b/default.json index 1b69b4d..527af0b 100644 --- a/default.json +++ b/default.json @@ -57,7 +57,7 @@ { "description": "Replace :latest with the latest available tag and pin digest", "matchDatasources": ["docker"], - "matchTags": ["latest"], + "matchTags": ["latest", "stable"], "versioning": "docker", "pinDigests": true }