From cb910159645ffcec328416c0bea7e60577b594f8 Mon Sep 17 00:00:00 2001 From: "Billy D." Date: Fri, 13 Feb 2026 15:33:54 -0500 Subject: [PATCH] chore: add Renovate config for automated dependency updates Ref: ADR-0057 --- renovate.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 renovate.json diff --git a/renovate.json b/renovate.json new file mode 100644 index 0000000..00171e1 --- /dev/null +++ b/renovate.json @@ -0,0 +1,7 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "local>daviestechlabs/renovate-config", + "local>daviestechlabs/renovate-config:python" + ] +}