From 368cb9bc7dbb5e65220932d8d9cf04b5b4f079fc Mon Sep 17 00:00:00 2001 From: Jorge Silva Date: Tue, 19 Dec 2023 13:25:23 +0000 Subject: [PATCH] chore: fix renovate ignore hive packages correctly --- renovate.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/renovate.json b/renovate.json index 0d10d03a72..1b34dc9abe 100644 --- a/renovate.json +++ b/renovate.json @@ -14,14 +14,14 @@ "github.com/iotaledger/hive.go", "github.com/iotaledger/hive.go/app", "github.com/iotaledger/hive.go/constraints", - "github.com/iotaledger/hive.go/crypto ", - "github.com/iotaledger/hive.go/ds ", + "github.com/iotaledger/hive.go/crypto", + "github.com/iotaledger/hive.go/ds", "github.com/iotaledger/hive.go/ierrors", "github.com/iotaledger/hive.go/kvstore", - "github.com/iotaledger/hive.go/lo ", - "github.com/iotaledger/hive.go/logger ", + "github.com/iotaledger/hive.go/lo", + "github.com/iotaledger/hive.go/logger", "github.com/iotaledger/hive.go/objectstorage", - "github.com/iotaledger/hive.go/runtime ", + "github.com/iotaledger/hive.go/runtime", "github.com/iotaledger/hive.go/serializer/v2", "github.com/iotaledger/hive.go/serializer/v3", "github.com/iotaledger/hive.go/web"