Skip to content

Change architecture #4888

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
20 changes: 7 additions & 13 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,53 +8,47 @@ updates:
# Backend
# =======
- package-ecosystem: pip
directory: /backend/
directory: /apps/backend/
schedule:
interval: weekly
open-pull-requests-limit: 100

# Tracker
# =======
- package-ecosystem: uv
directory: /tracker/backend/
directory: /apps/tracker/backend/
schedule:
interval: weekly
open-pull-requests-limit: 100

- package-ecosystem: npm
directory: /tracker/frontend/
directory: /apps/tracker/frontend/
schedule:
interval: weekly
open-pull-requests-limit: 100




# Seeder
# =======
- package-ecosystem: npm
directory: /seeder/
directory: /guis/seeder/
schedule:
interval: weekly
open-pull-requests-limit: 100



- package-ecosystem: uv
directory: /seeder/
directory: /guis/seeder/
schedule:
interval: weekly
open-pull-requests-limit: 100


# Bots
# =====
- package-ecosystem: pip
directory: /discord/
directory: /bots/discord/
schedule:
interval: weekly
open-pull-requests-limit: 100


#Frontend
#- package-ecosystem: 'npm'
# directory: '/frontend'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/seeder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: Seeder
on:
push:
branches: ['master']
paths: ['seeder/**']
paths: ['guis/seeder/**']
pull_request:
branches: ['master']
paths: ['seeder/**']
paths: ['guis/seeder/**']

defaults:
run:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tracker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: tracker
on:
push:
branches: ['master']
paths: ['tracker/**']
paths: ['apps/tracker/**']
pull_request:
branches: ['master']
paths: ['tracker/**']
paths: ['apps/tracker/**']

jobs:
build-frontend:
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading
Loading