Skip to content

Commit 13ab2d1

Browse files
authored
Fix to enable dependabot for template project (#832)
Fix to enable dependabot for template project Co-authored-by: @nifadyev
1 parent a18a3c1 commit 13ab2d1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
version: 2
22
updates:
33
- package-ecosystem: uv
4-
directory: "/{{ cookiecutter.name }}"
4+
directories:
5+
- "{{ cookiecutter.name }}"
56
schedule:
67
interval: daily
78
time: "02:00"

0 commit comments

Comments
 (0)