diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index 278d2d4..0000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,8 +0,0 @@ -version: 2 -updates: - - package-ecosystem: npm - directory: '/' - schedule: - interval: daily - time: '01:00' - open-pull-requests-limit: 20 diff --git a/.github/workflows/auto-merge.yml b/.github/workflows/auto-merge.yml deleted file mode 100644 index 5c6ac8d..0000000 --- a/.github/workflows/auto-merge.yml +++ /dev/null @@ -1,17 +0,0 @@ -name: auto-merge - -on: - pull_request_target: - branches: - - main - -jobs: - auto-merge: - runs-on: ubuntu-latest - if: github.actor == 'dependabot[bot]' - steps: - - uses: ahmadnassri/action-dependabot-auto-merge@v2.4 - with: - github-token: ${{ secrets.AUTOMERGE_TOKEN }} - command: 'squash and merge' - target: minor