@@ -10,7 +10,7 @@ Extract information about the dependencies being updated by a Dependabot-generat
10
10
11
11
## Usage instructions
12
12
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.
14
14
15
15
``` yaml
16
16
-- .github/workflows/dependabot-prs.yml
22
22
steps :
23
23
- name : Fetch Dependabot metadata
24
24
id : dependabot-metadata
25
- uses : dependabot/fetch-metadata@v1.1 .1
25
+ uses : dependabot/fetch-metadata@v1.2 .1
26
26
with :
27
27
github-token : " ${{ secrets.GITHUB_TOKEN }}"
28
28
alert-lookup : true
87
87
steps:
88
88
- name: Dependabot metadata
89
89
id: dependabot-metadata
90
- uses: dependabot/fetch-metadata@v1.1 .1
90
+ uses: dependabot/fetch-metadata@v1.2 .1
91
91
with:
92
92
github-token: "${{ secrets.GITHUB_TOKEN }}"
93
93
- name: Approve a PR
@@ -117,7 +117,7 @@ jobs:
117
117
steps:
118
118
- name: Dependabot metadata
119
119
id: dependabot-metadata
120
- uses: dependabot/fetch-metadata@v1.1 .1
120
+ uses: dependabot/fetch-metadata@v1.2 .1
121
121
with:
122
122
github-token: "${{ secrets.GITHUB_TOKEN }}"
123
123
- name: Enable auto-merge for Dependabot PRs
@@ -148,7 +148,7 @@ jobs:
148
148
steps:
149
149
- name: Dependabot metadata
150
150
id: dependabot-metadata
151
- uses: dependabot/fetch-metadata@v1.1 .1
151
+ uses: dependabot/fetch-metadata@v1.2 .1
152
152
with:
153
153
github-token: "${{ secrets.GITHUB_TOKEN }}"
154
154
- name: Add a label for all production dependencies
0 commit comments