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 81f26ea commit bbbfa82Copy full SHA for bbbfa82
.dependabot/config.yml
.github/dependabot.yml
@@ -0,0 +1,8 @@
1
+version: 2
2
+updates:
3
+ - package-ecosystem: npm
4
+ directory: '/'
5
+ schedule:
6
+ interval: daily
7
+ open-pull-requests-limit: 10
8
+
.github/workflows/ci.yml
@@ -18,3 +18,12 @@ jobs:
18
run: npm run lint-ci
19
- name: Test
20
run: npm run test-ci
21
22
+ automerge:
23
+ needs: test
24
+ runs-on: ubuntu-latest
25
+ steps:
26
+ - uses: fastify/github-action-merge-dependabot@v1
27
+ if: ${{ github.actor == 'dependabot[bot]' && github.event_name == 'pull_request' }}
28
+ with:
29
+ github-token: ${{secrets.github_token}}
0 commit comments