This repository has been archived on 2024-07-19. You can view files and clone it, but cannot push or open issues or pull requests.
rotini/renovate.json5
renovate[bot] 415a580ca5
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>
2023-11-26 21:50:28 -05:00

9 lines
159 B
Text

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