mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2025-12-12 23:36:00 +00:00
refactor(other): adapt dependabot configuration to work with npm workspaces correctly (#544)
This commit is contained in:
parent
8e379c52a7
commit
67436f3771
124
.github/dependabot.yml
vendored
124
.github/dependabot.yml
vendored
@ -1,12 +1,7 @@
|
|||||||
version: 2
|
version: 2
|
||||||
updates:
|
updates:
|
||||||
# ============================================================================
|
|
||||||
# NPM ECOSYSTEM - Main Application & Library
|
|
||||||
# ============================================================================
|
|
||||||
|
|
||||||
# Main App (Frontend)
|
|
||||||
- package-ecosystem: "npm"
|
- package-ecosystem: "npm"
|
||||||
directory: "/app"
|
directory: "/"
|
||||||
schedule:
|
schedule:
|
||||||
interval: "weekly"
|
interval: "weekly"
|
||||||
day: "wednesday"
|
day: "wednesday"
|
||||||
@ -24,26 +19,6 @@ updates:
|
|||||||
patterns:
|
patterns:
|
||||||
- "@typescript-eslint/parser"
|
- "@typescript-eslint/parser"
|
||||||
- "@typescript-eslint/eslint-plugin"
|
- "@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:
|
tiptap:
|
||||||
patterns:
|
patterns:
|
||||||
- "@tiptap/core"
|
- "@tiptap/core"
|
||||||
@ -51,107 +26,10 @@ updates:
|
|||||||
- "@tiptap/pm"
|
- "@tiptap/pm"
|
||||||
- "@tiptap/react"
|
- "@tiptap/react"
|
||||||
- "@tiptap/starter-kit"
|
- "@tiptap/starter-kit"
|
||||||
typescript-eslint:
|
|
||||||
patterns:
|
|
||||||
- "@typescript-eslint/parser"
|
|
||||||
- "@typescript-eslint/eslint-plugin"
|
|
||||||
labels:
|
labels:
|
||||||
- "dependencies"
|
- "dependencies"
|
||||||
- "javascript"
|
- "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"
|
- package-ecosystem: "github-actions"
|
||||||
directory: "/"
|
directory: "/"
|
||||||
schedule:
|
schedule:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user