renovate-config/renovate.json
pat-s eee8d2eb12
All checks were successful
renovate / renovate (push) Successful in 7m18s
More automerge tries (#13)
NB: `"automerge": true,` only applies to this repo.

It might still be that automerge is not working due to [committer restriction](https://docs.renovatebot.com/key-concepts/automerge/#required-pull-request-reviews).

@lunny Could this be relaxed for the bot? I.e. it might be needed to remove the "review required" protection for this repo only given that Gitea doesn't have a whitelist feature such as GH has letting certain users bypass the requirement.

Reviewed-on: #13
Co-authored-by: pat-s <patrick.schratz@gmail.com>
Co-committed-by: pat-s <patrick.schratz@gmail.com>
2023-09-14 10:50:47 +00:00

24 lines
613 B
JSON

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["gitea/renovate-config"],
"dependencyDashboard": true,
"enabledManagers": [
"github-actions"
],
"automerge": true,
"ignoreTests": true,
"packageRules": [
{
"description": "use fix scope for renovate updates",
"matchPackageNames": ["renovatebot/renovate"],
"semanticCommitType": "fix"
},
{
"description": "Automerge renovate updates",
"matchPackageNames": ["renovatebot/renovate"],
"matchUpdateTypes": ["minor", "patch", "digest"],
"automerge": true
}
]
}