Skip to content

Commit 6f4a4cb

Browse files
committed
chore: Sync with WeblateOrg/meta
1 parent e3165e2 commit 6f4a4cb

File tree

3 files changed

+5
-8
lines changed

3 files changed

+5
-8
lines changed

.github/renovate.json

-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
"labels": [
33
"dependencies"
44
],
5-
"lockFileMaintenance": {
6-
"enabled": true
7-
},
85
"rangeStrategy": "widen",
96
"dependencyDashboard": true,
107
"automerge": true,

.github/workflows/pre-commit.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
fi
4646
- name: pre-commit (PEP 735)
4747
if: steps.detect.outputs.method == 'pep735'
48-
run: uv run --only-group pre-commit pre-commit run --all
48+
run: uv run --no-sources --only-group pre-commit pre-commit run --all
4949
env:
5050
RUFF_OUTPUT_FORMAT: github
5151
REUSE_OUTPUT_FORMAT: github

.github/workflows/pull_requests.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
name: Weblate automerge
2323
if: github.actor == 'weblate'
2424
steps:
25-
- uses: peter-evans/enable-pull-request-automerge@v3
26-
with:
27-
pull-request-number: ${{ github.event.pull_request.number }}
28-
merge-method: rebase
25+
- name: Enable Pull Request Automerge
26+
run: gh pr merge --merge --auto "${{ github.event.pull_request.number }}"
27+
env:
28+
GH_TOKEN: ${{ secrets.WEBLATE_CI_TOKEN }}

0 commit comments

Comments
 (0)