From 1b3ec12f20acadb9158b06c6adb82db260f8b599 Mon Sep 17 00:00:00 2001 From: "alaudaa-renovate[bot]" <219066560+alaudaa-renovate[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 14:35:32 +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 000000000000..5434b16e58f2 --- /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" + ] +}