Skip to content

Commit 2141673

Browse files
authored
Update dependabot.yml
Specify the correct directory for the Conda env file
1 parent d0b51e5 commit 2141673

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ version: 2
77
enable-beta-ecosystems: true # Can remove after dependabot update :))
88
updates:
99
- package-ecosystem: "conda"
10-
directory: "/"
10+
directory: "/packages"
1111
schedule:
1212
interval: "weekly"
1313

0 commit comments

Comments
 (0)