From 9747c1ce80e802098a39594ea744772d25f05469 Mon Sep 17 00:00:00 2001 From: Sheogorath <sheogorath@shivering-isles.com> Date: Wed, 28 Feb 2024 23:54:34 +0100 Subject: [PATCH] ci(renovate): Group distroless images --- renovate.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/renovate.json b/renovate.json index adf0bfaae..0b4e66b97 100644 --- a/renovate.json +++ b/renovate.json @@ -130,6 +130,15 @@ ], "pinDigests": false }, + { + "matchDatasources":[ + "docker" + ], + "matchPackageNames": [ + "gcr.io/distroless/*" + ], + "groupName": "gcr.io/distroless" + }, { "matchDatasources": [ "helm" -- GitLab