chore: add Renovate config for automated dependency updates
All checks were successful
CI / Lint (push) Successful in 1m35s
CI / Release (push) Successful in 5s
CI / Notify (push) Successful in 1s
CI / Test (push) Successful in 1m39s

Ref: ADR-0057
This commit is contained in:
2026-02-13 15:33:54 -05:00
parent 408f31e56d
commit cb91015964

7
renovate.json Normal file
View File

@@ -0,0 +1,7 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"local>daviestechlabs/renovate-config",
"local>daviestechlabs/renovate-config:python"
]
}