diff --git a/.github/workflows/pre-commit-autoupdate.yml b/.github/workflows/pre-commit-autoupdate.yml deleted file mode 100644 index 8dcda97..0000000 --- a/.github/workflows/pre-commit-autoupdate.yml +++ /dev/null @@ -1,15 +0,0 @@ -name: Autoupdate -on: - schedule: - - cron: '0 0 1 * *' -jobs: - pre-commit: - name: Pre-commit - runs-on: ubuntu-latest - permissions: - contents: write - pull-requests: write - steps: - - uses: mozilla-releng/actions/pre-commit-autoupdate@18a2262cf016abc2e14ab3da8cdf6f0f7f5f72e7 # main - with: - token: ${{ secrets.GITHUB_TOKEN }}