Skip to content

Commit

Permalink
chore: Configure Renovate (#31)
Browse files Browse the repository at this point in the history
* Add renovate.json

* fix: ignore benches/

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Valerio Ageno <[email protected]>
  • Loading branch information
renovate[bot] and Valerioageno authored Oct 12, 2024
1 parent a3bcb76 commit ce654bf
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
],
"ignorePaths": ["**/benches/**"]
}

0 comments on commit ce654bf

Please sign in to comment.