From b1b12feb65a40bfb4322172ace047fca1234ffc4 Mon Sep 17 00:00:00 2001 From: Enrico Seiler Date: Thu, 13 Nov 2025 11:49:22 +0100 Subject: [PATCH] ci(dependabot): add conda --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9526607..a1a4f25 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -11,3 +11,8 @@ updates: directory: "/" schedule: interval: "weekly" + + - package-ecosystem: "conda" + directory: "/workflow/envs" + schedule: + interval: "weekly"