From 8b7f53835e11a2db1d707297df9441667055b085 Mon Sep 17 00:00:00 2001 From: Brian Kroth Date: Thu, 18 Sep 2025 13:16:08 -0500 Subject: [PATCH] enable dependabot for conda --- .github/dependabot.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3112cc4589..ac8a6ee52d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -37,12 +37,11 @@ updates: directory: "/doc/" schedule: interval: "daily" -# TODO: Add conda support eventually. # See Also: https://github.com/dependabot/dependabot-core/issues/1249 -# - package-ecosystem: "conda" -# directory: "/conda-envs/" -# schedule: -# interval: "daily" + - package-ecosystem: "conda" + directory: "/conda-envs/" + schedule: + interval: "daily" # TODO: Add pre-commit support. # https://github.com/dependabot/dependabot-core/issues/1524 # - package-ecosystem: "pre-commit"