From bb53d9bb2d43c9c6111ac52892779f6a017fc41e Mon Sep 17 00:00:00 2001 From: "alaudaa-renovate[bot]" <219066560+alaudaa-renovate[bot]@users.noreply.github.com> Date: Mon, 21 Jul 2025 13:16:53 +0000 Subject: [PATCH 1/2] 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" + ] +} From 4be786e1365ae2c9c8374e25b913cc78625a8d79 Mon Sep 17 00:00:00 2001 From: nanjingfm <765390765@qq.com> Date: Sat, 26 Jul 2025 22:18:37 +0800 Subject: [PATCH 2/2] chore: update renovate configuration --- renovate.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 5434b16e58f..1dbb8098e36 100644 --- a/renovate.json +++ b/renovate.json @@ -4,6 +4,12 @@ "github>AlaudaDevops/renovate-config:base" ], "baseBranches": [ - "$default" + "/^alauda-v.*/" + ], + "postUpdateOptions": [ + "gomodTidy" + ], + "assignees": [ + "nanjingfm" ] }