From 613446575adcd6b30186caec29b402119018fc32 Mon Sep 17 00:00:00 2001 From: Anthony Rabbito Date: Mon, 21 Sep 2026 18:25:20 -0400 Subject: [PATCH] chore: renovate config Signed-off-by: Anthony Rabbito --- renovate.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 renovate.json diff --git a/renovate.json b/renovate.json new file mode 100644 index 0000000..d4e63a9 --- /dev/null +++ b/renovate.json @@ -0,0 +1,6 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "local>devbytes-cloud/renovate-config#v0.1.0" + ] +}