Skip to content

build(deps): bump ridedott/merge-me-action from bb09d7d3c3504d3837816cc4eb821e663dc7ffde to fffaef0380e407b7cab584df2e68e6523b32fc74#887

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/github_actions/ridedott/merge-me-action-fffaef0380e407b7cab584df2e68e6523b32fc74
Open

build(deps): bump ridedott/merge-me-action from bb09d7d3c3504d3837816cc4eb821e663dc7ffde to fffaef0380e407b7cab584df2e68e6523b32fc74#887
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/github_actions/ridedott/merge-me-action-fffaef0380e407b7cab584df2e68e6523b32fc74

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 29, 2026

Copy link
Copy Markdown
Contributor

Bumps ridedott/merge-me-action from bb09d7d3c3504d3837816cc4eb821e663dc7ffde to fffaef0380e407b7cab584df2e68e6523b32fc74.

Changelog

Sourced from ridedott/merge-me-action's changelog.

2.10.172 (2026-06-26)

Chores

  • deps: bump ridedott/release-me-action from 3.10.113 to 3.10.114 (2b681138)

2.10.171 (2026-06-26)

Chores

2.10.170 (2026-06-26)

Continuous Integration

2.10.169 (2026-06-25)

Chores

  • deps: bump ridedott/release-me-action from 3.10.112 to 3.10.113 (b7a33975)

2.10.168 (2026-06-22)

Chores

  • deps-dev: bump form-data from 3.0.4 to 3.0.5 (bb09d7d3)
  • deps: bump ridedott/release-me-action from 3.10.111 to 3.10.112 (44b73300)

2.10.167 (2026-06-19)

Chores

  • deps: bump actions/checkout from 6 to 7 (ea701579)

2.10.166 (2026-06-19)

Chores

... (truncated)

Commits
  • fffaef0 chore(release): v2.10.172
  • 2b68113 chore(deps): bump ridedott/release-me-action from 3.10.113 to 3.10.114
  • 0d2c1d0 chore(release): v2.10.171
  • 9e30087 chore: bump node to 24 (#2451)
  • 6d0d07c chore(release): v2.10.170
  • b75c789 ci: migrate to Blacksmith runners (#2439)
  • f2eda56 chore(release): v2.10.169
  • b7a3397 chore(deps): bump ridedott/release-me-action from 3.10.112 to 3.10.113
  • 5021dbb chore(release): v2.10.168
  • 44b7330 chore(deps): bump ridedott/release-me-action from 3.10.111 to 3.10.112
  • See full diff in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [ridedott/merge-me-action](https://github.com/ridedott/merge-me-action) from bb09d7d3c3504d3837816cc4eb821e663dc7ffde to fffaef0380e407b7cab584df2e68e6523b32fc74.
- [Release notes](https://github.com/ridedott/merge-me-action/releases)
- [Changelog](https://github.com/ridedott/merge-me-action/blob/master/CHANGELOG.md)
- [Commits](ridedott/merge-me-action@bb09d7d...fffaef0)

---
updated-dependencies:
- dependency-name: ridedott/merge-me-action
  dependency-version: fffaef0380e407b7cab584df2e68e6523b32fc74
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jun 29, 2026
@greptile-apps

greptile-apps Bot commented Jun 29, 2026

Copy link
Copy Markdown
Contributor

Greptile Summary

This PR is a routine Dependabot bump of the ridedott/merge-me-action GitHub Action used in the dependabot automerge workflow, advancing the pinned commit hash from v2.10.168 to v2.10.172.

  • The four intermediate releases include a Node.js runtime upgrade to 24, a migration to Blacksmith CI runners, and two internal dependency bumps — no functional changes to the action's merge behavior.
  • No workflow inputs, permissions, or secrets handling were modified; only the commit hash on line 27 changes.

Confidence Score: 5/5

Safe to merge — the only change is advancing a pinned commit hash for a CI-internal action with no functional impact on the main codebase.

The change touches a single line in a CI workflow: the pinned SHA for ridedott/merge-me-action. The four intermediate releases contain only a Node runtime upgrade, a runner migration, and internal dependency bumps within that action — nothing that alters how PRs are merged in this repo. No secrets handling, permissions, or workflow logic were modified.

No files require special attention.

Important Files Changed

Filename Overview
.github/workflows/dependabot-automerge.yml Bumps the pinned commit hash for ridedott/merge-me-action from bb09d7d3 (v2.10.168) to fffaef03 (v2.10.172); no structural changes to the workflow.

Sequence Diagram

%%{init: {'theme': 'neutral'}}%%
sequenceDiagram
    participant D as dependabot[bot]
    participant W as dependabot-automerge.yml
    participant A as ridedott/merge-me-action
    participant GH as GitHub API

    D->>W: Opens/updates dependency PR
    W->>W: "Checks actor == dependabot[bot]"
    W->>A: "uses: ridedott/merge-me-action@fffaef03 (v2.10.172)"
    A->>GH: Merge PR via AWBOT_GH_TOKEN
    GH-->>A: PR merged
Loading
%%{init: {'theme': 'base', 'themeVariables': {"darkMode": true, "background": "#0d1117", "primaryColor": "#21262d", "primaryTextColor": "#e6edf3", "primaryBorderColor": "#8b949e", "lineColor": "#8b949e", "textColor": "#e6edf3", "edgeLabelBackground": "#161b22", "actorBkg": "#21262d", "actorBorder": "#8b949e", "actorTextColor": "#e6edf3", "actorLineColor": "#8b949e", "signalColor": "#8b949e", "signalTextColor": "#e6edf3", "noteBkgColor": "#373320", "noteBorderColor": "#d4a72c", "noteTextColor": "#f0e6c0", "labelBoxBkgColor": "#21262d", "labelBoxBorderColor": "#8b949e", "labelTextColor": "#e6edf3", "loopTextColor": "#e6edf3", "activationBkgColor": "#30363d", "activationBorderColor": "#8b949e"}}}%%
sequenceDiagram
    participant D as dependabot[bot]
    participant W as dependabot-automerge.yml
    participant A as ridedott/merge-me-action
    participant GH as GitHub API

    D->>W: Opens/updates dependency PR
    W->>W: "Checks actor == dependabot[bot]"
    W->>A: "uses: ridedott/merge-me-action@fffaef03 (v2.10.172)"
    A->>GH: Merge PR via AWBOT_GH_TOKEN
    GH-->>A: PR merged
Loading

Reviews (1): Last reviewed commit: "build(deps): bump ridedott/merge-me-acti..." | Re-trigger Greptile

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants