diff --git a/.github/renovate.json b/.github/renovate.json index 075226b12..5fa245fef 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -45,8 +45,10 @@ "automergeType": "branch" }, { + "description": "Housekeeping updates merge via branch push (no PR, no email); a failure on the branch still surfaces as a PR. i18n/requirements.txt bumps are exercised by the Matrix i18n workflow before merging.", "matchFileNames": [ ".github/workflows/close-stale-issues.yml", + ".github/workflows/i18n.yml", ".github/workflows/lock-threads.yml", ".github/workflows/matrix.yml", ".github/workflows/update-translations.yml", @@ -54,7 +56,8 @@ "i18n/requirements.txt", "mise.toml" ], - "automerge": true + "automerge": true, + "automergeType": "branch" } ], "pre-commit": {