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:
parent
715947465d
commit
415a580ca5
1 changed files with 9 additions and 0 deletions
9
renovate.json5
Normal file
9
renovate.json5
Normal file
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": [
|
||||
"config:recommended"
|
||||
],
|
||||
"ignorePaths": [
|
||||
"**/frontend/**"
|
||||
]
|
||||
}
|
Reference in a new issue