Adding packageRule for stable tags.

This commit is contained in:
2025-09-21 14:05:18 -04:00
parent 4c3a402fff
commit bc9695111b
+9 -2
View File
@@ -55,9 +55,16 @@
"allowedVersions": "/alpine/i" "allowedVersions": "/alpine/i"
}, },
{ {
"description": "Replace :latest with the latest available tag and pin digest", "description": "Replace :latest with semver tag + digest",
"matchDatasources": ["docker"], "matchDatasources": ["docker"],
"matchTags": ["latest", "stable"], "matchCurrentValue": "latest",
"versioning": "docker",
"pinDigests": true
},
{
"description": "Replace :stable with semver tag + digest",
"matchDatasources": ["docker"],
"matchCurrentValue": "stable",
"versioning": "docker", "versioning": "docker",
"pinDigests": true "pinDigests": true
} }