Skip to content

Commit

Permalink
renovate: ignore node-installer
Browse files Browse the repository at this point in the history
The node-installer Go package is replaced locally in the go.mod and thus should not be updated by renovate.
  • Loading branch information
msanft committed Jul 17, 2024
1 parent 8bb574c commit 4dd9896
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -77,5 +77,10 @@
"rollback",
],
},
{
// Disable updating of locally-replaced dependencies.
matchPackageNames: ["github.com/edgelesssys/contrast/node-installer"],
enabled: false
},
],
}

0 comments on commit 4dd9896

Please sign in to comment.