chore: Configure Renovate (#43)

* 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>
This commit is contained in:
renovate[bot] 2023-11-26 21:50:28 -05:00 committed by GitHub
parent 715947465d
commit 415a580ca5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

9
renovate.json5 Normal file
View file

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