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 f67aed4 commit 27afc22Copy full SHA for 27afc22
.github/workflows/automerge.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
13
steps:
14
- id: dependabot-metadata
15
- uses: dependabot/fetch-metadata@v1
+ uses: dependabot/fetch-metadata@v2
16
with:
17
github-token: ${{ secrets.GITHUB_TOKEN }}
18
- if: ${{ steps.dependabot-metadata.outputs.update-type != 'version-update:semver-major' || steps.dependabot-metadata.outputs.package-ecosystem == 'github_actions' }}
0 commit comments