From 8ec59a864d5775286de338cf8c9655824f81ecc7 Mon Sep 17 00:00:00 2001 From: Koosha Owji Date: Thu, 16 Apr 2026 16:20:55 +1000 Subject: [PATCH] chore: add renovate configuration --- renovate.json | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 renovate.json diff --git a/renovate.json b/renovate.json new file mode 100644 index 0000000..ac32bef --- /dev/null +++ b/renovate.json @@ -0,0 +1,4 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": ["config:recommended", ":rebaseStalePrs"] +}