Skip to content

Commit

Permalink
feat: add support for dependabot 馃コ (nodejs#1370)
Browse files Browse the repository at this point in the history
  • Loading branch information
vinayakkulkarni authored and metcoder95 committed Dec 26, 2022
1 parent 0c4af28 commit 53004b9
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/dependabot.yml
@@ -0,0 +1,13 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
open-pull-requests-limit: 10

- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
open-pull-requests-limit: 10
10 changes: 10 additions & 0 deletions .github/workflows/nodejs.yml
Expand Up @@ -17,3 +17,13 @@ jobs:
post-test-steps: |
- name: Coverage Report
uses: codecov/codecov-action@v2
automerge:
needs: build
runs-on: ubuntu-latest
permissions:
pull-requests: write
contents: write
steps:
- uses: fastify/github-action-merge-dependabot@v3
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 53004b9

Please sign in to comment.