From a7d9b2ab8af8e88786a56148da518265040bedc0 Mon Sep 17 00:00:00 2001 From: bagas Date: Mon, 29 Dec 2025 17:15:42 +0700 Subject: [PATCH] update: renovate target pr to staging branch --- renovate-config.js | 2 +- renovate.json | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/renovate-config.js b/renovate-config.js index 883f95e..212cb36 100644 --- a/renovate-config.js +++ b/renovate-config.js @@ -1,6 +1,6 @@ module.exports = { "endpoint": "https://git.fossy.my.id/api/v1", - "gitAuthor": "Renovate Bot ", + "gitAuthor": "Renovate-Clanker ", "platform": "gitea", "onboardingConfigFileName": "renovate.json", "autodiscover": true, diff --git a/renovate.json b/renovate.json index 426bd59..a8d3f45 100644 --- a/renovate.json +++ b/renovate.json @@ -10,7 +10,10 @@ "pin", "digest" ], - "automerge": true + "automerge": true, + "baseBranches": [ + "staging" + ] } ] }