Skip to content

Commit

Permalink
chore: update renovate config
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Stewart <[email protected]>
  • Loading branch information
paralin committed Apr 15, 2024
1 parent 2bb48f7 commit 65b8fbc
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
],
"forkProcessing": "enabled",
"branchConcurrentLimit": 0,
"packageRules": [{
"matchManagers": ["gomod"],
"matchDepTypes": ["replace"],
"enabled": false
}, {
"matchPackageNames": ["github.com/libp2p/go-libp2p"],
"allowedVersions": ["^v0.*"]
}]
"ignorePaths": ["hack"],
"packageRules": [
{
"matchManagers": ["gomod"],
"matchDepTypes": ["replace", "toolchain"],
"enabled": false
}
]
}

0 comments on commit 65b8fbc

Please sign in to comment.