Configure Renovate (#54)

* Add renovate.json

* Update renovate.json

---------

Co-authored-by: Justin Beckwith <justin.beckwith@gmail.com>
This commit is contained in:
Mend Renovate
2024-07-26 10:20:24 -07:00
committed by GitHub
co-authored by Justin Beckwith
parent b366a6d678
commit 7ebacde358
+11
View File
@@ -0,0 +1,11 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended",
":disableDependencyDashboard",
":preserveSemverRanges"
],
"ignorePaths": [
"**/node_modules/**"
]
}