From 23802f429bbe1fc459e65e29b1b6f31dc0723d5a Mon Sep 17 00:00:00 2001 From: Marcel Feix Date: Fri, 28 Jan 2022 14:12:34 +0100 Subject: [PATCH] chore(Renovate): Add Trivy update to renovate --- renovate.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/renovate.json b/renovate.json index 5c6e490..e2bf436 100644 --- a/renovate.json +++ b/renovate.json @@ -16,6 +16,16 @@ ], "datasourceTemplate": "docker", "versioningTemplate": "docker" + }, + { + "fileMatch": [ + "container-scan.gitlab-ci.yml$" + ], + "matchStrings": [ + "TRIVY_VERSION: (?.*)\\s" + ], + "depNameTemplate": "aquasecurity/trivy", + "datasourceTemplate": "github-releases" } ] }