Skip to content

Commit acef44d

Browse files
authored
Add 'uv' package ecosystem to Dependabot config
Added configuration for 'uv' package ecosystem with weekly update schedule.
1 parent 594ff18 commit acef44d

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/dependabot.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,3 +70,17 @@ updates:
7070
- "pytest*"
7171
- "ruff"
7272
- "tox*"
73+
- package-ecosystem: uv
74+
schedule:
75+
interval: weekly
76+
day: "thursday"
77+
time: "14:00"
78+
commit-message:
79+
prefix: '(test-repo) '
80+
insecure-external-code-execution: allow
81+
directory: /13773
82+
open-pull-requests-limit: 1
83+
patterns: ["*"]
84+
groups:
85+
all-updates:
86+
patterns: ["*"]

0 commit comments

Comments
 (0)