chore: add Renovate config for automated dependency updates
Some checks failed
Build and Push / build (push) Failing after 1m33s
Build and Push / test (push) Successful in 1m32s

Ref: ADR-0057
This commit is contained in:
2026-02-13 15:34:45 -05:00
parent 6158628afa
commit 8a80602d56

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:golang"
]
}