Adding packageRule for stable tags.
This commit is contained in:
+9
-2
@@ -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
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user