chore: Configure Renovate (#3)
* Add renovate.json * Update renovate.json --------- Co-authored-by: Justin Beckwith <justin.beckwith@gmail.com>
This commit is contained in:
parent
15678b507f
commit
8d601f5156
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": [
|
||||
"config:recommended",
|
||||
":disableDependencyDashboard",
|
||||
":preserveSemverRanges"
|
||||
],
|
||||
"ignorePaths": [
|
||||
"**/node_modules/**"
|
||||
]
|
||||
}
|
||||
Loading…
Reference in New Issue