From 913b10b4daa702148412e7ee098949d46705496d Mon Sep 17 00:00:00 2001 From: Sheogorath <sheogorath@shivering-isles.com> Date: Tue, 27 Feb 2024 21:37:59 +0100 Subject: [PATCH] ci(renovate): improve digest pinning --- renovate.json | 22 +++++++--------------- 1 file changed, 7 insertions(+), 15 deletions(-) diff --git a/renovate.json b/renovate.json index 17de6e68c..8bcf4dac9 100644 --- a/renovate.json +++ b/renovate.json @@ -71,7 +71,7 @@ "\\.yaml$" ], "matchStrings": [ - "# renovate:\\n\\s+image: \"?'?(?<depName>[^:\\s]+?):(?<currentValue>[^\"]*?)\"?'?\\s" + "# renovate:\\n\\s+image: \"?'?(?<depName>[^:\\s]+?):(?<currentValue>[^\"]*?)@?(?<currentDigest>sha256:[a-f0-9]+)?\"?'?\"?'?\\s" ], "datasourceTemplate": "docker", "versioningTemplate": "docker" @@ -132,16 +132,6 @@ ], "allowedVersions": "<40" }, - { - "matchDatasources": [ - "helm" - ], - "matchPackageNames": [ - "rook-ceph", - "rook-ceph-cluster" - ], - "groupName": "rook-ceph" - }, { "matchDatasources": [ "helm" @@ -164,11 +154,13 @@ }, { "matchFileNames": [ - "images/kos/**" + "charts/**", + "cluster/**/flux-system/**" ], - "extends": [ - "docker:pinDigests" - ] + "matchDatasources": [ + "docker" + ], + "pinDigests": false } ], "postUpdateOptions": [ -- GitLab