Skip to content

Commit 71ec59c

Browse files
authored
Use a relative exclude-paths in dependabot.yml and a wildcard (#409)
1 parent 7d17d71 commit 71ec59c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
version: 2
22
updates:
33
- package-ecosystem: "pip"
4-
directory: "/pyperformance/requirements"
4+
directory: "/"
55
exclude-paths:
6-
- "pyperformance/data-files/"
6+
- "pyperformance/data-files/**"
77
schedule:
88
interval: "monthly"

0 commit comments

Comments
 (0)