Skip to content

Commit

Permalink
renovate: disable forked packages
Browse files Browse the repository at this point in the history
  • Loading branch information
mvisonneau committed Sep 27, 2024
1 parent 8300568 commit fb1fa1f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,11 @@
matchUpdateTypes: ["minor", "patch", "digest"],
automerge: true,
},

// Disable forked packages
{
matchPackageNames: ["github.com/mvisonneau/go-fuzzyfinder"],
enabled: false
}
],
}

0 comments on commit fb1fa1f

Please sign in to comment.