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" + ] } ] }