Skip to content

Commit

Permalink
Merge pull request #246 from dependabot/jeffwidman-patch-1
Browse files Browse the repository at this point in the history
Pin only to major version, not full patch version
  • Loading branch information
jeffwidman committed Sep 3, 2022
2 parents 605e039 + 3a9105b commit aa817af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -10,7 +10,7 @@ Extract information about the dependencies being updated by a Dependabot-generat

## Usage instructions

Create a workflow file that contains a step that uses: `dependabot/fetch-metadata@v1.3.3`, e.g.
Create a workflow file that contains a step that uses: `dependabot/fetch-metadata@v1`, e.g.

```yaml
-- .github/workflows/dependabot-prs.yml
Expand All @@ -22,7 +22,7 @@ jobs:
steps:
- name: Fetch Dependabot metadata
id: dependabot-metadata
uses: dependabot/fetch-metadata@v1.3.3
uses: dependabot/fetch-metadata@v1
with:
alert-lookup: true
compat-lookup: true
Expand Down

0 comments on commit aa817af

Please sign in to comment.