From a6e8ace3ee78a5b93403e7bc86df34eb5ca95e33 Mon Sep 17 00:00:00 2001 From: julienmalard Date: Tue, 26 Nov 2024 11:55:53 +0530 Subject: [PATCH] Regrouper librairies --- renovate.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/renovate.json b/renovate.json index b967c26..185c3b4 100644 --- a/renovate.json +++ b/renovate.json @@ -17,6 +17,20 @@ { "matchPackagePatterns": ["^actions/"], "automerge": true + }, + { + "description": "Regrouper les librairies @constl.", + "groupName": "Constellation", + "groupSlug": "constellation-node", + "matchDatasources": ["npm"], + "matchPackageNames": ["@constl/**"] + }, + { + "description": "Regrouper les librairies @libp2p et Helia.", + "groupName": "Libp2p et Helia", + "groupSlug": "libp2p-helia-node", + "matchDatasources": ["npm"], + "matchPackageNames": ["@libp2p/**", "@chainsafe/**", "libp2p", "helia"] } ] }