From 86f0f481a39669b4416baaaecc9aeaf51718ce83 Mon Sep 17 00:00:00 2001 From: "alaudaa-renovate[bot]" <219066560+alaudaa-renovate[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 03:38:06 +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 00000000000..5434b16e58f --- /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" + ] +}