aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-04-25 04:59:59 +0000
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2024-04-25 05:00:32 +0000
commit8471c240044cdc087fd32e0480ab536f38bba650 (patch)
treea59873320dc962686dfa1ecb715cb3c71ac08a6b /.github
parentNothing (diff)
downloadzorascript-8471c240044cdc087fd32e0480ab536f38bba650.tar
zorascript-8471c240044cdc087fd32e0480ab536f38bba650.tar.gz
zorascript-8471c240044cdc087fd32e0480ab536f38bba650.tar.bz2
zorascript-8471c240044cdc087fd32e0480ab536f38bba650.tar.lz
zorascript-8471c240044cdc087fd32e0480ab536f38bba650.tar.xz
zorascript-8471c240044cdc087fd32e0480ab536f38bba650.tar.zst
zorascript-8471c240044cdc087fd32e0480ab536f38bba650.zip
Bump dependabot/fetch-metadata from 2.0.0 to 2.1.0
Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 2.0.0 to 2.1.0. - [Release notes](https://github.com/dependabot/fetch-metadata/releases) - [Commits](https://github.com/dependabot/fetch-metadata/compare/v2.0.0...v2.1.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 b1e15a7..e51b03b 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@v2.0.0
+ uses: dependabot/fetch-metadata@v2.1.0
- name: Enable auto-merge for Dependabot PRs
run: gh pr merge --auto --rebase "$PR_URL"
env: