ci: add renovate
Docker Build and Push / build-and-push (push) Successful in 8m42s

This commit is contained in:
2026-03-01 12:52:59 +07:00
parent 49b233e56f
commit 90b1712bce
2 changed files with 30 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
module.exports = {
"endpoint": "https://git.fossy.my.id/api/v1",
"gitAuthor": "Renovate-Clanker <renovate-bot@fossy.my.id>",
"platform": "gitea",
"onboardingConfigFileName": "renovate.json",
"autodiscover": true,
"optimizeForDisabled": true,
};
+22
View File
@@ -0,0 +1,22 @@
{
"extends": [
"config:recommended"
],
"prConcurrentLimit": 1,
"prHourlyLimit": 1,
"packageRules": [
{
"matchUpdateTypes": [
"minor",
"patch",
"pin",
"digest"
],
"groupName": "all-dependencies",
"automerge": true,
"matchPackageNames": [
"*"
]
}
]
}