415a580ca5
* Add renovate.json * build(renovate): ignore frontend dependencies until explicitly ready --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Marc Cataford <mcat@riseup.net>
9 lines
159 B
Text
9 lines
159 B
Text
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"config:recommended"
|
|
],
|
|
"ignorePaths": [
|
|
"**/frontend/**"
|
|
]
|
|
}
|