Skip to content

Commit 3c570d9

Browse files
committed
chore(renovate): update renovate configuration settings
1 parent 236aeee commit 3c570d9

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/renovate.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
"group:all",
77
"workarounds:all"
88
],
9+
"forkProcessing": "enabled",
910
"branchConcurrentLimit": 0,
10-
"packageRules": [{
11-
"matchManagers": ["gomod"],
12-
"matchDepTypes": ["replace"],
13-
"enabled": false
14-
}, {
15-
"matchPackageNames": ["github.com/libp2p/go-libp2p"],
16-
"allowedVersions": ["^v0.*"]
17-
}]
11+
"packageRules": [
12+
{
13+
"matchManagers": ["gomod"],
14+
"matchDepTypes": ["replace"],
15+
"enabled": false
16+
}
17+
]
1818
}

0 commit comments

Comments
 (0)