From 67436f37718303f7bde7be626991904696425151 Mon Sep 17 00:00:00 2001 From: mahula Date: Wed, 19 Nov 2025 14:51:15 +0100 Subject: [PATCH] refactor(other): adapt dependabot configuration to work with npm workspaces correctly (#544) --- .github/dependabot.yml | 124 +---------------------------------------- 1 file changed, 1 insertion(+), 123 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9ef4b02f..9ced89a4 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,12 +1,7 @@ version: 2 updates: - # ============================================================================ - # NPM ECOSYSTEM - Main Application & Library - # ============================================================================ - - # Main App (Frontend) - package-ecosystem: "npm" - directory: "/app" + directory: "/" schedule: interval: "weekly" day: "wednesday" @@ -24,26 +19,6 @@ updates: patterns: - "@typescript-eslint/parser" - "@typescript-eslint/eslint-plugin" - labels: - - "dependencies" - - "javascript" - - # Library (utopia-ui) - - package-ecosystem: "npm" - directory: "/lib" - schedule: - interval: "weekly" - day: "wednesday" - time: "03:00" - timezone: "Europe/Berlin" - open-pull-requests-limit: 99 - groups: - react-ecosystem: - patterns: - - "react" - - "react-dom" - - "@types/react" - - "@types/react-dom" tiptap: patterns: - "@tiptap/core" @@ -51,107 +26,10 @@ updates: - "@tiptap/pm" - "@tiptap/react" - "@tiptap/starter-kit" - typescript-eslint: - patterns: - - "@typescript-eslint/parser" - - "@typescript-eslint/eslint-plugin" labels: - "dependencies" - "javascript" - # Backend Extensions - - package-ecosystem: "npm" - directory: "/backend/extensions" - schedule: - interval: "weekly" - day: "wednesday" - time: "03:00" - timezone: "Europe/Berlin" - open-pull-requests-limit: 99 - labels: - - "dependencies" - - "javascript" - - # Cypress E2E Tests - - package-ecosystem: "npm" - directory: "/cypress" - schedule: - interval: "weekly" - day: "wednesday" - time: "03:00" - timezone: "Europe/Berlin" - open-pull-requests-limit: 99 - labels: - - "dependencies" - - "javascript" - # ============================================================================ - # NPM ECOSYSTEM - Library Examples (Lower Priority) - # ============================================================================ - - # Example 1: Basic Map - - package-ecosystem: "npm" - directory: "/lib/examples/1-basic-map" - schedule: - interval: "weekly" - day: "wednesday" - time: "03:00" - timezone: "Europe/Berlin" - open-pull-requests-limit: 99 - groups: - react-ecosystem: - patterns: - - "react" - - "react-dom" - - "@types/react" - - "@types/react-dom" - labels: - - "dependencies" - - "javascript" - - # Example 2: Static Layers - - package-ecosystem: "npm" - directory: "/lib/examples/2-static-layers" - schedule: - interval: "weekly" - day: "wednesday" - time: "03:00" - timezone: "Europe/Berlin" - open-pull-requests-limit: 99 - groups: - react-ecosystem: - patterns: - - "react" - - "react-dom" - - "@types/react" - - "@types/react-dom" - labels: - - "dependencies" - - "javascript" - - # Example 3: Tags - - package-ecosystem: "npm" - directory: "/lib/examples/3-tags" - schedule: - interval: "weekly" - day: "wednesday" - time: "03:00" - timezone: "Europe/Berlin" - open-pull-requests-limit: 99 - groups: - react-ecosystem: - patterns: - - "react" - - "react-dom" - - "@types/react" - - "@types/react-dom" - labels: - - "dependencies" - - "javascript" - - # ============================================================================ - # GITHUB ACTIONS ECOSYSTEM - # ============================================================================ - - package-ecosystem: "github-actions" directory: "/" schedule: