aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-05-12 22:40:33 +0000
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2025-05-12 22:40:44 +0000
commit2809a3ec5c886ccff7b5d8868e00155abc1f05bf (patch)
treec30772a0c6f27d6e5d651343ea26204b036eed0d /.github
parentbuild(deps-dev): bump the nodejs-dependencies group with 2 updates (diff)
downloadlocusts-2809a3ec5c886ccff7b5d8868e00155abc1f05bf.tar
locusts-2809a3ec5c886ccff7b5d8868e00155abc1f05bf.tar.gz
locusts-2809a3ec5c886ccff7b5d8868e00155abc1f05bf.tar.bz2
locusts-2809a3ec5c886ccff7b5d8868e00155abc1f05bf.tar.lz
locusts-2809a3ec5c886ccff7b5d8868e00155abc1f05bf.tar.xz
locusts-2809a3ec5c886ccff7b5d8868e00155abc1f05bf.tar.zst
locusts-2809a3ec5c886ccff7b5d8868e00155abc1f05bf.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.3.0 to 2.4.0 - [Release notes](https://github.com/dependabot/fetch-metadata/releases) - [Commits](https://github.com/dependabot/fetch-metadata/compare/v2.3.0...v2.4.0) --- updated-dependencies: - dependency-name: dependabot/fetch-metadata dependency-version: 2.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... 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 e87c8c1..47a4cfd 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.3.0
+ uses: dependabot/fetch-metadata@v2.4.0
- name: Enable auto-merge for Dependabot PRs
run: gh pr merge --auto --rebase "$PR_URL"
env: