Adding packageRule for latest tags.

This commit is contained in:
2025-09-21 13:48:49 -04:00
parent ecbc68f25c
commit e2830a5ea2
+7
View File
@@ -53,6 +53,13 @@
".*" ".*"
], ],
"allowedVersions": "/alpine/i" "allowedVersions": "/alpine/i"
},
{
"description": "Replace :latest with the latest available tag and pin digest",
"matchDatasources": ["docker"],
"matchTags": ["latest"],
"versioning": "docker",
"pinDigests": true
} }
] ]
} }