Skip to content

Commit

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

* Update renovate.json

---------

Co-authored-by: Justin Beckwith <[email protected]>
  • Loading branch information
renovate-bot and JustinBeckwith authored Aug 25, 2024
1 parent 15678b5 commit 8d601f5
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 8d601f5

Please sign in to comment.