Skip to content

Commit ffd1da5

Browse files
authored
Switch to uv for dependabot Python updates (#99)
1 parent 8332337 commit ffd1da5

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

.github/dependabot.yml

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,17 @@ updates:
99
# if you use those, you don't need updates.
1010
- dependency-name: "actions/*"
1111

12-
- package-ecosystem: pip
12+
- package-ecosystem: "uv"
1313
directory: "/"
1414
schedule:
15-
interval: weekly
16-
open-pull-requests-limit: 10
15+
interval: "monthly"
16+
open-pull-requests-limit: 20
17+
groups:
18+
# Specify a name for the group, which will be used in pull request titles
19+
# and branch names
20+
python-non-security-dependencies:
21+
# Define patterns to include dependencies in the group (based on
22+
# dependency name)
23+
applies-to: version-updates # Applies the group rule to version updates
24+
patterns:
25+
- "*"

0 commit comments

Comments
 (0)