@@ -10,7 +10,7 @@ Extract information about the dependencies being updated by a Dependabot-generat
1010
1111## Usage instructions
1212
13- Create a workflow file that contains a step that uses: ` dependabot/fetch-metadata@v1.1 .1 ` , e.g.
13+ Create a workflow file that contains a step that uses: ` dependabot/fetch-metadata@v1.2 .1 ` , e.g.
1414
1515``` yaml
1616-- .github/workflows/dependabot-prs.yml
2222 steps :
2323 - name : Fetch Dependabot metadata
2424 id : dependabot-metadata
25- uses : dependabot/fetch-metadata@v1.1 .1
25+ uses : dependabot/fetch-metadata@v1.2 .1
2626 with :
2727 github-token : " ${{ secrets.GITHUB_TOKEN }}"
2828 alert-lookup : true
8787 steps:
8888 - name: Dependabot metadata
8989 id: dependabot-metadata
90- uses: dependabot/fetch-metadata@v1.1 .1
90+ uses: dependabot/fetch-metadata@v1.2 .1
9191 with:
9292 github-token: "${{ secrets.GITHUB_TOKEN }}"
9393 - name: Approve a PR
@@ -117,7 +117,7 @@ jobs:
117117 steps:
118118 - name: Dependabot metadata
119119 id: dependabot-metadata
120- uses: dependabot/fetch-metadata@v1.1 .1
120+ uses: dependabot/fetch-metadata@v1.2 .1
121121 with:
122122 github-token: "${{ secrets.GITHUB_TOKEN }}"
123123 - name: Enable auto-merge for Dependabot PRs
@@ -148,7 +148,7 @@ jobs:
148148 steps:
149149 - name: Dependabot metadata
150150 id: dependabot-metadata
151- uses: dependabot/fetch-metadata@v1.1 .1
151+ uses: dependabot/fetch-metadata@v1.2 .1
152152 with:
153153 github-token: "${{ secrets.GITHUB_TOKEN }}"
154154 - name: Add a label for all production dependencies
0 commit comments