diff --git a/.github/workflows/dependencies.yml b/.github/workflows/dependencies.yml deleted file mode 100644 index 6494f2a1..00000000 --- a/.github/workflows/dependencies.yml +++ /dev/null @@ -1,18 +0,0 @@ ---- -name: Update dependencies - -on: - schedule: - - cron: "15 15 * * 1" - workflow_dispatch: - -concurrency: - group: ${{ github.workflow }}-${{ github.ref }} - cancel-in-progress: true - -jobs: - molt: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - uses: hasundue/molt-action@v1