Skip to content

Commit

Permalink
Merge pull request #1117 from tidalcycles/dependency-bumper
Browse files Browse the repository at this point in the history
dependency bumper
  • Loading branch information
yaxu authored Jan 23, 2025
2 parents 9d0b783 + 4bd0f44 commit fbdf0de
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/bump.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Create dependency bump PR
on:
# allows manual triggering from https://github.com/../../actions/workflows/bump.yml
workflow_dispatch:
# runs weekly on Thursday at 8:00
schedule:
- cron: '0 8 * * 4'

permissions:
contents: write
pull-requests: write

jobs:
bump:
runs-on: ubuntu-latest
steps:
- uses: nomeata/haskell-bounds-bump-action@main
with:
test: false


0 comments on commit fbdf0de

Please sign in to comment.