Adding packageRule for stable tags.

This commit is contained in:
2025-09-21 14:01:34 -04:00
parent e2830a5ea2
commit 4c3a402fff
+1 -1
View File
@@ -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
}