Skip to content

Commit

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

* Update renovate.json

---------

Co-authored-by: Justin Beckwith <justin.beckwith@gmail.com>
  • Loading branch information
renovate-bot and JustinBeckwith authored Jan 8, 2025
1 parent f7e98bc commit 5b9045a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended",
":disableDependencyDashboard",
":preserveSemverRanges"
],
"ignorePaths": [
"**/node_modules/**"
]
}

0 comments on commit 5b9045a

Please sign in to comment.