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 615f617 commit 8a8a20fCopy full SHA for 8a8a20f
2 files changed
.github/dependabot.yml
@@ -0,0 +1,13 @@
1
+version: 2
2
+updates:
3
+ - package-ecosystem: "github-actions"
4
+ directory: "/"
5
+ schedule:
6
+ interval: "monthly"
7
+ open-pull-requests-limit: 10
8
+
9
+ - package-ecosystem: "npm"
10
11
12
+ interval: "weekly"
13
.github/workflows/nodejs.yml
@@ -17,3 +17,13 @@ jobs:
17
post-test-steps: |
18
- name: Coverage Report
19
uses: codecov/codecov-action@v2
20
+ automerge:
21
+ needs: build
22
+ runs-on: ubuntu-latest
23
+ permissions:
24
+ pull-requests: write
25
+ contents: write
26
+ steps:
27
+ - uses: fastify/github-action-merge-dependabot@v3
28
+ with:
29
+ github-token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments