From f6538960abd63b3c9d55031cd95bab06ffa06523 Mon Sep 17 00:00:00 2001 From: Ravi Patel Date: Fri, 13 Jan 2023 16:39:03 -0600 Subject: [PATCH] Group provwasm & cosmwasm updates together rather than individually --- renovate.json | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/renovate.json b/renovate.json index 4060542..ec36a56 100644 --- a/renovate.json +++ b/renovate.json @@ -5,14 +5,9 @@ ], "packageRules": [ { - "groupName": "provwasm", - "matchPackagePrefixes": [ - "provwasm" - ] - }, - { - "groupName": "cosmos", + "groupName": "provwasm & cosmwasm", "matchPackagePrefixes": [ + "provwasm", "cosmwasm", "cw-" ]