Skip to content

Commit eae2bdf

Browse files
committed
Add cooldown to dependabot uv config
Add a 4-day cooldown for uv dependency updates as recommended by the uv dependabot integration docs, to avoid PRs that uv cannot resolve due to exclude-newer constraints.
1 parent 99bbc9d commit eae2bdf

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ updates:
88
schedule:
99
interval: "daily"
1010
versioning-strategy: increase-if-necessary
11+
cooldown:
12+
default-days: 4
1113

1214
- package-ecosystem: "github-actions"
1315
directory: "/"

0 commit comments

Comments
 (0)