diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-01-31 15:54:15 +0000 |
---|---|---|
committer | Matthew Strapp <matt@mattstrapp.net> | 2024-01-31 09:55:37 -0600 |
commit | 9feb01086846169ea719d4c49080d95effe8bbac (patch) | |
tree | e251ca0d92489b8d6b058d1be69ab8a7550eb439 | |
parent | Bump @types/node from 20.11.10 to 20.11.13 (diff) | |
download | trinkets-9feb01086846169ea719d4c49080d95effe8bbac.tar trinkets-9feb01086846169ea719d4c49080d95effe8bbac.tar.gz trinkets-9feb01086846169ea719d4c49080d95effe8bbac.tar.bz2 trinkets-9feb01086846169ea719d4c49080d95effe8bbac.tar.lz trinkets-9feb01086846169ea719d4c49080d95effe8bbac.tar.xz trinkets-9feb01086846169ea719d4c49080d95effe8bbac.tar.zst trinkets-9feb01086846169ea719d4c49080d95effe8bbac.zip |
Bump dependabot/fetch-metadata from 1.3.1 to 1.6.0
Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 1.3.1 to 1.6.0.
- [Release notes](https://github.com/dependabot/fetch-metadata/releases)
- [Commits](https://github.com/dependabot/fetch-metadata/compare/v1.3.1...v1.6.0)
---
updated-dependencies:
- dependency-name: dependabot/fetch-metadata
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '')
-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 69e889b..db33d0b 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.3.1 + uses: dependabot/fetch-metadata@v1.6.0 - name: Enable auto-merge for Dependabot PRs run: gh pr merge --auto --rebase "$PR_URL" env: |