diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-03-22 04:50:17 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-03-22 04:50:55 +0000 |
commit | 45389775f713176d195edffd4cbc305630ba05ef (patch) | |
tree | 0733a4d42feb42bb0e032360e09da7eee895be96 /.github/workflows | |
parent | Bump typescript from 5.4.2 to 5.4.3 (diff) | |
download | zorascript-45389775f713176d195edffd4cbc305630ba05ef.tar zorascript-45389775f713176d195edffd4cbc305630ba05ef.tar.gz zorascript-45389775f713176d195edffd4cbc305630ba05ef.tar.bz2 zorascript-45389775f713176d195edffd4cbc305630ba05ef.tar.lz zorascript-45389775f713176d195edffd4cbc305630ba05ef.tar.xz zorascript-45389775f713176d195edffd4cbc305630ba05ef.tar.zst zorascript-45389775f713176d195edffd4cbc305630ba05ef.zip |
Bump dependabot/fetch-metadata from 1.6.0 to 2.0.0
Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 1.6.0 to 2.0.0.
- [Release notes](https://github.com/dependabot/fetch-metadata/releases)
- [Commits](https://github.com/dependabot/fetch-metadata/compare/v1.6.0...v2.0.0)
---
updated-dependencies:
- dependency-name: dependabot/fetch-metadata
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/dependabot-auto.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/dependabot-auto.yaml b/.github/workflows/dependabot-auto.yaml index db33d0b..b1e15a7 100644 --- a/.github/workflows/dependabot-auto.yaml +++ b/.github/workflows/dependabot-auto.yaml @@ -15,7 +15,7 @@ jobs: steps: - name: Dependabot metadata id: dependabot-metadata - uses: dependabot/fetch-metadata@v1.6.0 + uses: dependabot/fetch-metadata@v2.0.0 - name: Enable auto-merge for Dependabot PRs run: gh pr merge --auto --rebase "$PR_URL" env: |