diff --git a/.github/workflows/bump-formulae.yml b/.github/workflows/bump-formulae.yml new file mode 100644 index 0000000..b236dc4 --- /dev/null +++ b/.github/workflows/bump-formulae.yml @@ -0,0 +1,18 @@ +name: brew bump-formulae +on: + schedule: + - cron: '0 6 * * 1' + push: + branches: + - cd-bump-formulae +jobs: + bump-formulae: + runs-on: ubuntu-22.04 + steps: + - name: Update Homebrew formulae + uses: dawidd6/action-homebrew-bump-formula@v3 + with: + tap: bxsx/homebrew-pyenv-virtualenv-migrate + livecheck: true + no_fork: true + token: ${{ github.token }}