Skip to content

Commit 549a69a

Browse files
bpkrothmotus
andauthored
Enable dependabot for conda (#995)
# Pull Request ## Title Enable dependabot for conda ______________________________________________________________________ ## Description See Also: <dependabot/dependabot-core#12767> ______________________________________________________________________ ## Type of Change - ✨ New feature ______________________________________________________________________ Co-authored-by: Sergiy Matusevych <[email protected]>
1 parent c9dade9 commit 549a69a

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,11 @@ updates:
3737
directory: "/doc/"
3838
schedule:
3939
interval: "daily"
40-
# TODO: Add conda support eventually.
4140
# See Also: https://github.com/dependabot/dependabot-core/issues/1249
42-
# - package-ecosystem: "conda"
43-
# directory: "/conda-envs/"
44-
# schedule:
45-
# interval: "daily"
41+
- package-ecosystem: "conda"
42+
directory: "/conda-envs/"
43+
schedule:
44+
interval: "daily"
4645
# TODO: Add pre-commit support.
4746
# https://github.com/dependabot/dependabot-core/issues/1524
4847
# - package-ecosystem: "pre-commit"

0 commit comments

Comments
 (0)