From 45e06fe5394a936d9fa3960ebe898716393784fc Mon Sep 17 00:00:00 2001 From: Andreas Motl Date: Wed, 7 Feb 2024 21:05:34 +0100 Subject: [PATCH] CI: Add Apache Superset to Dependabot configuration --- .github/dependabot.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3ba6eaf8..97d01c3d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -73,6 +73,13 @@ updates: schedule: interval: "weekly" + # Frameworks. + + - directory: "/framework/apache-superset" + package-ecosystem: "pip" + schedule: + interval: "weekly" + # Topics. - directory: "/topic/machine-learning/automl"