We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b1f5ef commit 08d324bCopy full SHA for 08d324b
.github/workflows/bump.yml
@@ -0,0 +1,17 @@
1
+name: Create dependency bump PR
2
+on:
3
+ # allows manual triggering from https://github.com/../../actions/workflows/bump.yml
4
+ workflow_dispatch:
5
+ # runs weekly on Thursday at 8:00
6
+ schedule:
7
+ - cron: '0 8 * * 4'
8
+
9
+permissions:
10
+ contents: write
11
+ pull-requests: write
12
13
+jobs:
14
+ bump:
15
+ runs-on: ubuntu-latest
16
+ steps:
17
+ - uses: nomeata/haskell-bounds-bump-action@main
0 commit comments