update: renovate target pr to staging branch
All checks were successful
renovate / renovate (push) Successful in 20s

This commit is contained in:
2025-12-29 17:15:42 +07:00
parent bc8c5127a6
commit a7d9b2ab8a
2 changed files with 5 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
module.exports = {
"endpoint": "https://git.fossy.my.id/api/v1",
"gitAuthor": "Renovate Bot <renovate-bot@fossy.my.id>",
"gitAuthor": "Renovate-Clanker <renovate-bot@fossy.my.id>",
"platform": "gitea",
"onboardingConfigFileName": "renovate.json",
"autodiscover": true,

View File

@@ -10,7 +10,10 @@
"pin",
"digest"
],
"automerge": true
"automerge": true,
"baseBranches": [
"staging"
]
}
]
}