diff --git a/.github/update.yml b/.github/update.yml deleted file mode 100644 index 4922caa..0000000 --- a/.github/update.yml +++ /dev/null @@ -1,19 +0,0 @@ -name: Auto Update Dependencies -on: - schedule: - - cron: '0 0 * * *' - -jobs: - update: - runs-on: ubuntu-latest - permissions: - contents: write - steps: - - uses: actions/checkout@v4 - - - run: npx npm-check-updates -u - - run: npm i - - run: npm audit fix - - run: npm run build - - - uses: stefanzweifel/git-auto-commit-action@v5 \ No newline at end of file