Skip to content

Commit d0b51e5

Browse files
authored
Update dependabot.yml
Enable experimental dependabot Conda env updates
1 parent 1d2f510 commit d0b51e5

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/dependabot.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@
44
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
55

66
version: 2
7+
enable-beta-ecosystems: true # Can remove after dependabot update :))
78
updates:
8-
# - package-ecosystem: "pip" # See documentation for possible values
9-
# directory: "/packages" # Location of package manifests
10-
# schedule:
11-
# interval: "weekly"
9+
- package-ecosystem: "conda"
10+
directory: "/"
11+
schedule:
12+
interval: "weekly"
1213

1314
- package-ecosystem: "github-actions" # See documentation for possible values
1415
directory: "/" # Location of package manifests

0 commit comments

Comments
 (0)