From 561eff3bf5b7e08764a06301089e7313169894cb Mon Sep 17 00:00:00 2001 From: Larry Gregory Date: Tue, 10 Dec 2024 09:27:32 -0500 Subject: [PATCH] Dependency ownership for Kibana Security team, part 1 (#203456) ## Summary This updates our `renovate.json` configuration to mark the Kibana Security team as owners of their set of dependencies. --- renovate.json | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/renovate.json b/renovate.json index d36be57301abb..7903b41f290d3 100644 --- a/renovate.json +++ b/renovate.json @@ -2093,15 +2093,22 @@ "groupName": "platform security modules", "matchDepNames": [ "css.escape", + "dependency-check", "node-forge", "formik", - "@types/node-forge", + "handlebars", + "js-sha256", "require-in-the-middle", + "tape", "tough-cookie", - "@types/tough-cookie", "xml-crypto", - "@types/xml-crypto", - "@kayahr/text-encoding" + "@elastic/node-crypto", + "@kayahr/text-encoding", + "@types/lodash", + "@types/minimist", + "@types/node-forge", + "@types/tough-cookie", + "@types/xml-crypto" ], "reviewers": [ "team:kibana-security"