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 695ec97 commit d0d9b93Copy full SHA for d0d9b93
README.md
@@ -51,7 +51,7 @@ jobs:
51
needs: build
52
runs-on: ubuntu-latest
53
steps:
54
- - uses: fastify/github-action-merge-dependabot@v2.0.0
+ - uses: fastify/github-action-merge-dependabot@v2.1.1
55
with:
56
github-token: ${{ secrets.GITHUB_TOKEN }}
57
```
@@ -60,7 +60,7 @@ jobs:
60
61
```yml
62
63
64
65
66
exclude: ['react']
@@ -70,7 +70,7 @@ steps:
70
71
72
73
74
75
76
approve-only: true
0 commit comments