diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index 19c37bc..0000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,51 +0,0 @@ -version: 2 -updates: - # Enable Cargo (Rust) dependency updates - - package-ecosystem: "cargo" - directory: "/" - schedule: - interval: "weekly" - day: "monday" - time: "09:00" - timezone: "UTC" - # Group all GPUI-related packages together - groups: - gpui: - patterns: - - "gpui*" - update-types: - - "minor" - - "patch" - # Allow up to 5 open pull requests for cargo dependencies - open-pull-requests-limit: 5 - # Add labels to pull requests - labels: - - "dependencies" - - "rust" - # Commit message prefix - commit-message: - prefix: "chore" - include: "scope" - # Ignore major version updates for stable dependencies - ignore: - # Keep gpui at 0.2.x for now (breaking changes expected in 1.0) - - dependency-name: "gpui" - update-types: ["version-update:semver-major"] - # Rebase strategy for pull requests - rebase-strategy: "auto" - - # Enable GitHub Actions dependency updates - - package-ecosystem: "github-actions" - directory: "/" - schedule: - interval: "weekly" - day: "monday" - time: "09:00" - timezone: "UTC" - open-pull-requests-limit: 5 - labels: - - "dependencies" - - "github-actions" - commit-message: - prefix: "chore" - include: "scope" diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 793445b..cae3f39 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,6 +32,8 @@ jobs: run: cargo clippy -- -D warnings - name: Check compilation run: cargo check + - name: Tests + run: cargo test security: runs-on: ubuntu-latest diff --git a/README.md b/README.md index 6d86edc..dc8e203 100644 --- a/README.md +++ b/README.md @@ -241,6 +241,4 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file **[⬆ Back to Top](#cloudbridge)** -Made with Github Copilot - diff --git a/docs/cloudbridge.png b/docs/cloudbridge.png new file mode 100644 index 0000000..9d6c6a2 Binary files /dev/null and b/docs/cloudbridge.png differ diff --git a/docs/index.html b/docs/index.html index 356ac47..aa680d7 100644 --- a/docs/index.html +++ b/docs/index.html @@ -3,15 +3,21 @@ - - + + + + + + + + CloudBridge - Multi-Cloud Cost Management - + - + + + -