Skip to content

Commit 8de9791

Browse files
authored
PYTHON-5853 Dependabot improvements (#2834)
1 parent fe2254e commit 8de9791

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

.github/dependabot.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,10 @@ updates:
1111
actions:
1212
patterns:
1313
- "*"
14-
# Python
15-
- package-ecosystem: "pip"
14+
# Python (uv)
15+
- package-ecosystem: "uv"
1616
directory: "/"
1717
schedule:
1818
interval: "weekly"
19+
cooldown:
20+
default-days: 7

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ repos:
7777
stages: [manual]
7878

7979
- repo: https://github.com/sirosen/check-jsonschema
80-
rev: 0.29.0
80+
rev: 0.37.2
8181
hooks:
8282
- id: check-github-workflows
8383
- id: check-github-actions

0 commit comments

Comments
 (0)