Skip to content

Commit 01fb1e6

Browse files
Bump fastify/github-action-merge-dependabot from 3.12.0 to 3.13.0 (#258)
Bumps [fastify/github-action-merge-dependabot](https://github.com/fastify/github-action-merge-dependabot) from 3.12.0 to 3.13.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/fastify/github-action-merge-dependabot/releases">fastify/github-action-merge-dependabot's releases</a>.</em></p> <blockquote> <h2>v3.13.0</h2> <h2>What's Changed</h2> <ul> <li>ci: add lock-threads workflow by <a href="https://github.com/Fdawgs"><code>@​Fdawgs</code></a> in <a href="https://redirect.github.com/fastify/github-action-merge-dependabot/pull/760">fastify/github-action-merge-dependabot#760</a></li> <li>chore(deps-dev): bump sinon from 21.0.3 to 21.1.2 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/fastify/github-action-merge-dependabot/pull/764">fastify/github-action-merge-dependabot#764</a></li> <li>feat: Support business window constraint by <a href="https://github.com/kibertoad"><code>@​kibertoad</code></a> in <a href="https://redirect.github.com/fastify/github-action-merge-dependabot/pull/771">fastify/github-action-merge-dependabot#771</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/kibertoad"><code>@​kibertoad</code></a> made their first contribution in <a href="https://redirect.github.com/fastify/github-action-merge-dependabot/pull/771">fastify/github-action-merge-dependabot#771</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/fastify/github-action-merge-dependabot/compare/v3.12.0...v3.13.0">https://github.com/fastify/github-action-merge-dependabot/compare/v3.12.0...v3.13.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/fastify/github-action-merge-dependabot/commit/4ed43935e3bd362966dfb1e0829f9a35638fe6eb"><code>4ed4393</code></a> Release v3.13.0 (<a href="https://redirect.github.com/fastify/github-action-merge-dependabot/issues/772">#772</a>)</li> <li><a href="https://github.com/fastify/github-action-merge-dependabot/commit/16f49a8e16bc0a6c65c20f14f401fa26ab3d3060"><code>16f49a8</code></a> feat: Support business window constraint (<a href="https://redirect.github.com/fastify/github-action-merge-dependabot/issues/771">#771</a>)</li> <li><a href="https://github.com/fastify/github-action-merge-dependabot/commit/91ee7fc527419c01c4be6ae9177b9a7e7f09c0ce"><code>91ee7fc</code></a> chore(deps-dev): bump sinon from 21.0.3 to 21.1.2 (<a href="https://redirect.github.com/fastify/github-action-merge-dependabot/issues/764">#764</a>)</li> <li><a href="https://github.com/fastify/github-action-merge-dependabot/commit/d1da1a632fb68cb71b87487a1abe399da499f496"><code>d1da1a6</code></a> ci: add lock-threads workflow (<a href="https://redirect.github.com/fastify/github-action-merge-dependabot/issues/760">#760</a>)</li> <li>See full diff in <a href="https://github.com/fastify/github-action-merge-dependabot/compare/v3.12.0...v3.13.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=fastify/github-action-merge-dependabot&package-manager=github_actions&previous-version=3.12.0&new-version=3.13.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 32e68f2 commit 01fb1e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
contents: write
2020

2121
steps:
22-
- uses: fastify/github-action-merge-dependabot@v3.12.0
22+
- uses: fastify/github-action-merge-dependabot@v3.13.0
2323
with:
2424
use-github-auto-merge: true
2525

0 commit comments

Comments
 (0)