From abde66f9bcc13dcc49a70ab0433d294a0c15e011 Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Thu, 25 Jun 2026 18:50:23 +0100 Subject: [PATCH] chore: add renovate config --- 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..f9fa65a --- /dev/null +++ b/renovate.json @@ -0,0 +1,7 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "prCreation": "immediate", + "extends": [ + "github>danielroe/renovate" + ] +} -- 2.51.2