Skip to content

Commit 1073112

Browse files
committed
chore: switch dependabot strategy to 'lockfile-only'
The "widen" strategy would be ideal, but it isn't supported with uv. Let's only update the lockfile in that case and deal with constraints manually.
1 parent 9675a42 commit 1073112

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ updates:
44
directory: "/"
55
schedule:
66
interval: "monthly"
7-
versioning-strategy: widen
7+
versioning-strategy: lockfile-only
88
groups:
99
minor-and-patch:
1010
applies-to: version-updates

0 commit comments

Comments
 (0)