Skip to content
Snippets Groups Projects
Verified Commit 913b10b4 authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

ci(renovate): improve digest pinning

parent 2ef309eb
No related branches found
No related tags found
No related merge requests found
...@@ -71,7 +71,7 @@ ...@@ -71,7 +71,7 @@
"\\.yaml$" "\\.yaml$"
], ],
"matchStrings": [ "matchStrings": [
"# renovate:\\n\\s+image: \"?'?(?<depName>[^:\\s]+?):(?<currentValue>[^\"]*?)\"?'?\\s" "# renovate:\\n\\s+image: \"?'?(?<depName>[^:\\s]+?):(?<currentValue>[^\"]*?)@?(?<currentDigest>sha256:[a-f0-9]+)?\"?'?\"?'?\\s"
], ],
"datasourceTemplate": "docker", "datasourceTemplate": "docker",
"versioningTemplate": "docker" "versioningTemplate": "docker"
...@@ -132,16 +132,6 @@ ...@@ -132,16 +132,6 @@
], ],
"allowedVersions": "<40" "allowedVersions": "<40"
}, },
{
"matchDatasources": [
"helm"
],
"matchPackageNames": [
"rook-ceph",
"rook-ceph-cluster"
],
"groupName": "rook-ceph"
},
{ {
"matchDatasources": [ "matchDatasources": [
"helm" "helm"
...@@ -164,11 +154,13 @@ ...@@ -164,11 +154,13 @@
}, },
{ {
"matchFileNames": [ "matchFileNames": [
"images/kos/**" "charts/**",
"cluster/**/flux-system/**"
], ],
"extends": [ "matchDatasources": [
"docker:pinDigests" "docker"
] ],
"pinDigests": false
} }
], ],
"postUpdateOptions": [ "postUpdateOptions": [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment