Skip to content

Commit 66fc73f

Browse files
committed
FIX: More [skip circle]
1 parent 55468be commit 66fc73f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/dependabot.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,11 @@ updates:
1818
commit-message:
1919
prefix: "[dependabot]"
2020
- package-ecosystem: "uv"
21-
directory: "/uv.lock"
21+
directory: "/"
22+
# dependabot/dependabot-core#13960
23+
exclude-paths:
24+
- "LICENSE.txt"
25+
- "ignore_words.txt"
2226
allow:
2327
- dependency-type: "all"
2428
groups:

0 commit comments

Comments
 (0)