Skip to content

Commit b971202

Browse files
MAINT: implement pre-commit autofixes
1 parent 2bd8d40 commit b971202

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.github/dependabot.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ updates:
1212
labels: [⬆️ Lock]
1313
multi-ecosystem-group: lock
1414
patterns: ["*"]
15+
- package-ecosystem: pre-commit
16+
directory: "/"
17+
labels: [⬆️ Lock]
18+
multi-ecosystem-group: lock
19+
patterns: ["*"]
1520
- package-ecosystem: uv
1621
directory: "/"
1722
labels: [⬆️ Lock]

.github/workflows/release-drafter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ jobs:
1111
update_release_draft:
1212
runs-on: ubuntu-slim
1313
steps:
14-
- uses: release-drafter/release-drafter@v6
14+
- uses: release-drafter/release-drafter@v7
1515
env:
1616
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)