aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-01-31 15:54:37 +0000
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2024-01-31 15:55:15 +0000
commite1c627b43cee3a8e67f0539e16c7f7660f8da93a (patch)
tree9add292d8dd40c0da0afcdfccc4c4c6a26c43d47 /.github
parentBump actions/checkout from 3 to 4 (diff)
downloadzorascript-e1c627b43cee3a8e67f0539e16c7f7660f8da93a.tar
zorascript-e1c627b43cee3a8e67f0539e16c7f7660f8da93a.tar.gz
zorascript-e1c627b43cee3a8e67f0539e16c7f7660f8da93a.tar.bz2
zorascript-e1c627b43cee3a8e67f0539e16c7f7660f8da93a.tar.lz
zorascript-e1c627b43cee3a8e67f0539e16c7f7660f8da93a.tar.xz
zorascript-e1c627b43cee3a8e67f0539e16c7f7660f8da93a.tar.zst
zorascript-e1c627b43cee3a8e67f0539e16c7f7660f8da93a.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 '.github')
-rw-r--r--.github/workflows/dependabot-auto.yaml2
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: