Skip to content

Commit

Permalink
chore: disable renovate @chainsafe/libp2p-yamux and @libp2p/interface
Browse files Browse the repository at this point in the history
See:

- #120
- libp2p/js-libp2p#2275
- ChainSafe/js-libp2p-yamux#71

Signed-off-by: Christian Stewart <christian@aperture.us>
  • Loading branch information
paralin committed Dec 19, 2023
1 parent f54c148 commit f8c8a48
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,15 @@
"workarounds:all"
],
"branchConcurrentLimit": 0,
"ignorePaths": [
"hack"
],
"ignorePaths": ["hack"],
"packageRules": [
{
"matchManagers": [
"gomod"
],
"matchDepTypes": [
"replace"
],
"matchManagers": ["gomod"],
"matchDepTypes": ["replace"],
"enabled": false
},
{
"matchPackageNames": ["@chainsafe/libp2p-yamux", "@libp2p/interface"],
"enabled": false
}
]
Expand Down

0 comments on commit f8c8a48

Please sign in to comment.