aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2026-03-26 22:24:57 +0000
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2026-03-26 22:25:07 +0000
commitda624a3ad04700f525ea5ba0fc393046363eccfa (patch)
tree4745e1bc37b48c1c04887465e8340791bf352dea
parentbuild(deps-dev): bump the nodejs-dependencies group with 2 updates (diff)
downloadlocusts-da624a3ad04700f525ea5ba0fc393046363eccfa.tar
locusts-da624a3ad04700f525ea5ba0fc393046363eccfa.tar.gz
locusts-da624a3ad04700f525ea5ba0fc393046363eccfa.tar.bz2
locusts-da624a3ad04700f525ea5ba0fc393046363eccfa.tar.lz
locusts-da624a3ad04700f525ea5ba0fc393046363eccfa.tar.xz
locusts-da624a3ad04700f525ea5ba0fc393046363eccfa.tar.zst
locusts-da624a3ad04700f525ea5ba0fc393046363eccfa.zip
build(deps): bump dependabot/fetch-metadata in the github-actions group
Bumps the github-actions group with 1 update: [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata). Updates `dependabot/fetch-metadata` from 2.5.0 to 3.0.0 - [Release notes](https://github.com/dependabot/fetch-metadata/releases) - [Commits](https://github.com/dependabot/fetch-metadata/compare/v2.5.0...v3.0.0) --- updated-dependencies: - dependency-name: dependabot/fetch-metadata dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
-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 20ac4f9..5255bad 100644
--- a/.github/workflows/dependabot-auto.yaml
+++ b/.github/workflows/dependabot-auto.yaml
@@ -16,7 +16,7 @@ jobs:
steps:
- name: Dependabot metadata
id: dependabot-metadata
- uses: dependabot/fetch-metadata@v2.5.0
+ uses: dependabot/fetch-metadata@v3.0.0
- name: Enable auto-merge for Dependabot PRs
run: gh pr merge --auto --rebase "$PR_URL"
env: