aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-03-22 04:50:17 +0000
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2024-03-22 04:50:55 +0000
commit45389775f713176d195edffd4cbc305630ba05ef (patch)
tree0733a4d42feb42bb0e032360e09da7eee895be96 /.github
parentBump typescript from 5.4.2 to 5.4.3 (diff)
downloadzorascript-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')
-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 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: