From 808138de633e410c1d3867d4fb7cb74967647605 Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Tue, 30 Jul 2024 16:54:10 +0100 Subject: chore: remove ui directory (#2329) This is still in development, but rather than clutter the commit history and issues with an unreleased project I've split the UI into its own repo. Once ready for release, I'll either merge the ui code back in, or just make the repo public. --- .github/dependabot.yml | 8 -------- 1 file changed, 8 deletions(-) (limited to '.github') diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 434e7279..9380a5ce 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,14 +9,6 @@ updates: directory: "/" # Location of package manifests schedule: interval: "weekly" - - package-ecosystem: "cargo" # See documentation for possible values - directory: "/ui/backend" # Location of package manifests - schedule: - interval: "weekly" - - package-ecosystem: "npm" # See documentation for possible values - directory: "/ui" # Location of package manifests - schedule: - interval: "weekly" - package-ecosystem: "docker" # See documentation for possible values directory: "/" # Location of package manifests schedule: -- cgit v1.3.1