staging #50

Merged
bagas merged 7 commits from staging into main 2025-12-29 10:17:00 +00:00
2 changed files with 5 additions and 2 deletions
Showing only changes of commit a7d9b2ab8a - Show all commits

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