-
Notifications
You must be signed in to change notification settings - Fork 147
/
renovate.json
32 lines (32 loc) · 960 Bytes
/
renovate.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
],
"ignorePaths": [
"documentation/**",
"contracts/**",
"tools/evm-toolkit/**"
],
"ignoreDeps": [
"github.com/iotaledger/wasp",
"github.com/iotaledger/wasp/tools/wasp-cli",
"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/ierrors",
"github.com/iotaledger/hive.go/kvstore",
"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/serializer/v2",
"github.com/iotaledger/hive.go/serializer/v3",
"github.com/iotaledger/hive.go/web"
],
"goGetDirs": [
"."
]
}