chore: Configure Renovate (#3)

* Add renovate.json

* Update renovate.json

---------

Co-authored-by: Justin Beckwith <justin.beckwith@gmail.com>
This commit is contained in:
Mend Renovate 2024-08-25 17:43:58 +02:00 committed by GitHub
parent 15678b507f
commit 8d601f5156
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 11 additions and 0 deletions

11
renovate.json Normal file
View File

@ -0,0 +1,11 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended",
":disableDependencyDashboard",
":preserveSemverRanges"
],
"ignorePaths": [
"**/node_modules/**"
]
}