diff --git a/.github/workflows/php.yml b/.gitea/workflows/ci.yml similarity index 100% rename from .github/workflows/php.yml rename to .gitea/workflows/ci.yml diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md deleted file mode 100644 index ca358b0..0000000 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ /dev/null @@ -1,8 +0,0 @@ -| Questions | Answers -| ------------- | ------------------------------------------------------- -| Description? | What changed and why? -| Type? | bug fix / improvement / feature / cleanup -| BC breaks? | yes / no -| Deprecations? | yes / no -| Fixed ticket? | Link issue/task if relevant. -| How to test? | Exact steps to verify in PrestaShop. diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index cd6cead..0000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,9 +0,0 @@ -version: 2 -updates: -- package-ecosystem: composer - directory: "/" - schedule: - interval: weekly - time: "04:00" - open-pull-requests-limit: 5 - target-branch: dev