From 6412dc011a3f0ae92a83d7b27b6d43c201214d03 Mon Sep 17 00:00:00 2001 From: "alaudaa-renovate[bot]" <219066560+alaudaa-renovate[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 02:30:18 +0000 Subject: [PATCH] Add renovate.json --- renovate.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 renovate.json diff --git a/renovate.json b/renovate.json new file mode 100644 index 0000000..5434b16 --- /dev/null +++ b/renovate.json @@ -0,0 +1,9 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "github>AlaudaDevops/renovate-config:base" + ], + "baseBranches": [ + "$default" + ] +}