Bläddra i källkod

Merge housekeeping updates via branch push instead of pull requests

Every dependency bump in the housekeeping list was already automerging,
but as a pull request - which meant an email and an open PR for every
bump even when it merged itself. Branch-push automerge makes green bumps
invisible; a failing one still surfaces as a pull request. The new
Matrix i18n workflow gates the i18n/requirements.txt ones with a real
exercise of the translation toolchain.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01BhJbmhyUpt4qSrKD9cbJ5A
pull/5569/head
Slavi Pantaleev 1 dag sedan
förälder
incheckning
38f2763c9e
1 ändrade filer med 4 tillägg och 1 borttagningar
  1. +4
    -1
      .github/renovate.json

+ 4
- 1
.github/renovate.json Visa fil

@@ -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": {


Laddar…
Avbryt
Spara