Skip to content
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

chore(repo): make the repo a true monorepo #1717

Merged
merged 18 commits into from
Jan 20, 2025
Merged
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
  •  
  •  
  •  
28 changes: 25 additions & 3 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
node_modules
.env
dist
**/.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions

node_modules/
dist/
lib/
temp/
target/

.env
.gitignore
.github
.yarn/cache/
.yarn/install-state.gz
.spec.json

Cargo.toml
Cargo.lock
eslint*
HEADER_GPL3
LICENSE
Makefile
README.md
40 changes: 0 additions & 40 deletions .eslintrc

This file was deleted.

58 changes: 58 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
version: 2
updates:
- package-ecosystem: "npm"
directory: /
open-pull-requests-limit: 5
schedule:
interval: "weekly"
commit-message:
prefix: "chore(repo):"
groups:
all-dependencies:
patterns:
- "*"
- package-ecosystem: "npm"
directory: "/apis/gear"
open-pull-requests-limit: 5
schedule:
interval: "weekly"
commit-message:
prefix: "chore(api):"
groups:
all-dependencies:
patterns:
- "*"
- package-ecosystem: "npm"
directories:
- "/idea/gear/*"
open-pull-requests-limit: 5
schedule:
interval: "weekly"
commit-message:
prefix: "chore(gear-idea):"
groups:
all-dependencies:
patterns:
- "*"
- package-ecosystem: "npm"
directory: "/utils/*"
open-pull-requests-limit: 5
schedule:
interval: "weekly"
commit-message:
prefix: "chore(utils):"
groups:
all-dependencies:
patterns:
- "*"
- package-ecosystem: "npm"
directory: "/tools/*"
open-pull-requests-limit: 5
schedule:
interval: "weekly"
commit-message:
prefix: "chore(tools):"
groups:
all-dependencies:
patterns:
- "*"
60 changes: 0 additions & 60 deletions .github/workflows/CD-workshop.yaml

This file was deleted.

125 changes: 0 additions & 125 deletions .github/workflows/CI-CD-Squid-Explorer.yml

This file was deleted.

69 changes: 0 additions & 69 deletions .github/workflows/CI-CD-Wallet-Connect-Package.yml

This file was deleted.

Loading
Loading