diff --git a/.gitea/README.md b/.github/README.md similarity index 100% rename from .gitea/README.md rename to .github/README.md diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..4f8bc32 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,40 @@ +version: 2 +updates: + # Composer dependencies (PHP) + - package-ecosystem: "composer" + directory: "/" + schedule: + interval: "daily" + time: "15:00" # 10am EST + open-pull-requests-limit: 10 + target-branch: "develop" + labels: + - "dependencies" + assignees: + - "Refringe" + + # GitHub Actions + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" + time: "15:00" # 10am EST + open-pull-requests-limit: 10 + target-branch: "develop" + labels: + - "dependencies" + assignees: + - "Refringe" + + # npm modules (JavaScript) + - package-ecosystem: "npm" + directory: "/" + schedule: + interval: "daily" + time: "15:00" # 10am EST + open-pull-requests-limit: 10 + target-branch: "develop" + labels: + - "dependencies" + assignees: + - "Refringe" diff --git a/.gitea/logo.spt.png b/.github/logo.spt.png similarity index 100% rename from .gitea/logo.spt.png rename to .github/logo.spt.png diff --git a/.gitea/workflows/quality.yaml b/.github/workflows/quality.yaml similarity index 100% rename from .gitea/workflows/quality.yaml rename to .github/workflows/quality.yaml diff --git a/.gitea/workflows/tests.yaml b/.github/workflows/tests.yaml similarity index 100% rename from .gitea/workflows/tests.yaml rename to .github/workflows/tests.yaml