diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f469fe0..b97bda3 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,6 +6,11 @@ version: 2 updates: + - package-ecosystem: "" + directory: "/src" # Location of package manifests for Maven + schedule: + interval: "weekly" # Update dependencies weekly + - package-ecosystem: "github-actions" # For GitHub Actions directory: "/.github/workflows" # Location of GitHub Actions workflows schedule: diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 002013c..803140e 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -29,11 +29,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup Pages - uses: actions/configure-pages@v2 + uses: actions/configure-pages@v5 - name: Upload artifact - uses: actions/upload-pages-artifact@v1 + uses: actions/upload-pages-artifact@v3 with: # Upload entire repository path: './src/' diff --git a/README.md b/README.md index 8a4595e..ef9164d 100644 --- a/README.md +++ b/README.md @@ -1,56 +1,17 @@ -# Porg Control System +# Repo-Template -## Features +This template has undergone many revisions, so repositories using it may differ. Not all elements here are necessary, and some may be redundant. Updates to this template will not be propagated to existing repositories due to time and effort constraints. -* Speaker (x2) -* RC Reciever -* Web Interface -* Body - * Drive - * Left Leg - * Right Leg - * Upper Utility Arm - * Lower Utility Arm - * Gripper Arm Door - * Gripper Arm - * Interface Arm Door - * Interface Arm - * CBI Panel Door - * CBI Panel - * DPL Panel Door - * DPL Panel -* Dome - * Rotate - * Pie Servo Doors (x5) - * Side Servo Doors (x6) - * Holoprojectors (x3) - * Light - * Vertical Servo - * Horizontal Servo - * Front PSI - * Rear Logic Display - * Rear PSI - * Front Logic Display +## Folder Structure -## BOM +- `/`: Contains essential root files (e.g., `README.md`, `.gitignore`, workspace file). +- `/src`: All project source code resides here. Builds will focus on this directory. +- `/docs`: Contains project documentation. By default, it includes a workflow to set up GitHub Pages, but additional configuration in settings might be required. +- `/.github`: Contains GitHub-related configurations (e.g., workflows, templates, configs). -* Astropixels Lights - * Front PSI - * Front Logic Display - * Rear PSI - * Rear Logic Display - * 3x Holoprojectors -* 28x Servo -* DF_Player -* X8R -* ESP32 Board -* Mega2560Pro -* Syren 10 -* Sabertooth +## Workflows -## Libraries - -* Arduino -* Adafruit_NeoPixel -* Servo -* SoftwareSerial +- Greetings +- Labels +- Pages +- Stale