[PR #2436] [MERGED] build(deps): bump megalinter/megalinter from 7.13.0 to 8.0.0 #2443

Closed
opened 2026-03-01 21:55:29 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/nektos/act/pull/2436
Author: @dependabot[bot]
Created: 8/26/2024
Status: Merged
Merged: 8/26/2024
Merged by: @mergify[bot]

Base: masterHead: dependabot/github_actions/megalinter/megalinter-8.0.0


📝 Commits (1)

  • d981e31 build(deps): bump megalinter/megalinter from 7.13.0 to 8.0.0

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 .github/workflows/checks.yml (+1 -1)

📄 Description

Bumps megalinter/megalinter from 7.13.0 to 8.0.0.

Release notes

Sourced from megalinter/megalinter's releases.

v8.0.0

What's Changed

Run npx mega-linter-runner@latest --upgrade to upgrade to MegaLinter v8 :)

Upgrade to v8 Video

... (truncated)

Changelog

Sourced from megalinter/megalinter's changelog.

[v8.0.0] - 2024-08-19

Upgrade to v8 Video

... (truncated)

Commits
  • c217fe8 Release MegaLinter v8.0.0
  • 86cbb00 changelog
  • 1c2e933 [automation] Auto-update linters version, help and documentation (#3912)
  • 7e48b0b Fix upgrade script (#3911)
  • 434c5a7 Add GIF presentation & fix Table of contents (#3910)
  • 9e8becc Add gif header
  • 1b80507 [automation] Auto-update linters version, help and documentation (#3909)
  • 96b1bd0 [automation] Auto-update linters version, help and documentation (#3907)
  • d8cbb09 Count number of errors in Grype (#3906)
  • d133868 [automation] Auto-update linters version, help and documentation (#3905)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/nektos/act/pull/2436 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 8/26/2024 **Status:** ✅ Merged **Merged:** 8/26/2024 **Merged by:** [@mergify[bot]](https://github.com/apps/mergify) **Base:** `master` ← **Head:** `dependabot/github_actions/megalinter/megalinter-8.0.0` --- ### 📝 Commits (1) - [`d981e31`](https://github.com/nektos/act/commit/d981e31723afdf4f0bd060da8387ea8ee6425138) build(deps): bump megalinter/megalinter from 7.13.0 to 8.0.0 ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/checks.yml` (+1 -1) </details> ### 📄 Description Bumps [megalinter/megalinter](https://github.com/megalinter/megalinter) from 7.13.0 to 8.0.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/megalinter/megalinter/releases">megalinter/megalinter's releases</a>.</em></p> <blockquote> <h2>v8.0.0</h2> <h2>What's Changed</h2> <p>Run <code>npx mega-linter-runner@latest --upgrade</code> to upgrade to MegaLinter v8 :)</p> <ul> <li>Reporters <ul> <li>New <a href="https://megalinter.io/beta/reporters/ApiReporter/"><strong>ApiReporter</strong></a> (can be used to build Grafana dashboards), by <a href="https://github.com/nvuillam"><code>@​nvuillam</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/3540">oxsecurity/megalinter#3540</a></li> </ul> </li> </ul> <p><a href="https://www.youtube.com/watch?v=vbx-ifa1oXE"><img src="https://img.youtube.com/vi/vbx-ifa1oXE/0.jpg" alt="Upgrade to v8 Video" /></a></p> <ul> <li> <p>Removed deprecated linters, by <a href="https://github.com/nvuillam"><code>@​nvuillam</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/3854">oxsecurity/megalinter#3854</a></p> <ul> <li>CSS_SCSSLINT: <a href="https://github.com/sds/scss-lint#notice-consider-other-tools-before-adopting-scss-lint">Project discontinued and advising to use stylelint</a></li> <li>OPENAPI_SPECTRAL: Replaced by <a href="https://megalinter.io/latest/descriptors/api_spectral/">API_SPECTRAL</a> (same linter but more formats handled)</li> <li>SQL_SQL_LINT: <a href="https://redirect.github.com/joereynolds/sql-lint/issues/262">Project no longer maintained</a></li> </ul> </li> <li> <p>Core</p> <ul> <li>Hide to linters by default all environment variables that contain <strong>TOKEN</strong>, <strong>USERNAME</strong> or <strong>PASSWORD</strong>, by <a href="https://github.com/nvuillam"><code>@​nvuillam</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/3881">oxsecurity/megalinter#3881</a></li> <li>Allow to override CLI_LINT_MODE when defined as project, by <a href="https://github.com/nvuillam"><code>@​nvuillam</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/3772">oxsecurity/megalinter#3772</a></li> <li>Allow to use absolute paths for LINTER_RULES_PATH, by <a href="https://github.com/nvuillam"><code>@​nvuillam</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/3775">oxsecurity/megalinter#3775</a></li> <li>Allow to update variables from <a href="https://megalinter.io/latest/config-precommands/">PRE/POST Commands</a> using <code>output_variables</code> property, by <a href="https://github.com/nvuillam"><code>@​nvuillam</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/3861">oxsecurity/megalinter#3861</a></li> </ul> </li> <li> <p>Media</p> <ul> <li><a href="https://blog.wescale.fr/megalinter-un-linter-pour-les-gouverner-tous">MegaLinter: un linter pour les gouverner tous</a> (FR), by <a href="https://www.linkedin.com/in/guillaume-arnaud/">Guillaume Arnaud</a> from <a href="https://www.wescale.fr/">WeScale</a></li> <li><a href="https://blog.stephane-robert.info/docs/developper/autres-outils/linters/megalinter/">MegaLinter</a>, by <a href="https://www.linkedin.com/in/stephanerobert1/">Stéphane Robert</a>, from <a href="https://fr.outscale.com/">3DS OutScale</a></li> <li><a href="https://medium.com/@caodanju/30-seconds-to-setup-megalinter-your-go-to-tool-for-automated-code-quality-and-iac-security-969d90a5a99c">30 Seconds to Setup MegaLinter: Your Go-To Tool for Automated Code Quality</a>, by <a href="https://www.linkedin.com/in/peng-cao-83b6a2103/">Peng Cao</a> |</li> </ul> </li> <li> <p>Linters enhancements</p> <ul> <li><a href="https://megalinter.io/latest/descriptors/python_bandit/">bandit</a> Call bandit with quiet mode to generate less logs, by <a href="https://github.com/nvuillam"><code>@​nvuillam</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/3892">oxsecurity/megalinter#3892</a></li> <li><a href="https://megalinter.io/latest/descriptors/repository_grype/">grype</a> Count number of errors returned by Grype, by <a href="https://github.com/nvuillam"><code>@​nvuillam</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/3906">oxsecurity/megalinter#3906</a></li> <li><a href="https://megalinter.io/latest/descriptors/yaml_yamllint">yamllint</a> Fix yamllint default format to avoid special characters or GitHub sections in text logs, by <a href="https://github.com/nvuillam"><code>@​nvuillam</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/3898">oxsecurity/megalinter#3898</a></li> </ul> </li> <li> <p>Fixes</p> <ul> <li><a href="https://runterrascan.io/">terrascan</a> fixed errors and removed redundant code, by <a href="https://github.com/TommyE123"><code>@​TommyE123</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/3767">oxsecurity/megalinter#3767</a></li> <li><a href="https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-format">dotnet-format</a> various performance improvements and ability to specify sln or proj paths, by <a href="https://github.com/TommyE123"><code>@​TommyE123</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/3741">oxsecurity/megalinter#3741</a></li> <li><a href="https://github.com/realm/SwiftLint">swiftlint</a> Remove deprecated argument --path</li> <li>Salesforce linters: Disable SF CLI auto update warning, by <a href="https://github.com/nvuillam"><code>@​nvuillam</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/3883">oxsecurity/megalinter#3883</a></li> </ul> </li> <li> <p>Doc</p> <ul> <li>Add images and links to Git, CI/CD &amp; other tools integrations at the beginning of the README, by <a href="https://github.com/nvuillam"><code>@​nvuillam</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/3885">oxsecurity/megalinter#3885</a></li> <li>Create README animated GIF presentation of MegaLinter, by <a href="https://github.com/nvuillam"><code>@​nvuillam</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/3910">oxsecurity/megalinter#3910</a></li> <li>Format mkdocs search index in place, by <a href="https://github.com/echoix"><code>@​echoix</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/3890">oxsecurity/megalinter#3890</a></li> <li>Use consistent spelling of 'flavor', by <a href="https://github.com/InputUsername"><code>@​InputUsername</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/3789">oxsecurity/megalinter#3789</a></li> </ul> </li> <li> <p>CI</p> <ul> <li>Fix docker warnings, by <a href="https://github.com/nvuillam"><code>@​nvuillam</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/3853">oxsecurity/megalinter#3853</a> <ul> <li>FromAsCasing: 'as' and 'FROM' keywords' casing do not match</li> <li>NoEmptyContinuation: Empty continuation line</li> <li>SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data</li> </ul> </li> <li>Port Beta workflows to use docker/metadata-action, by <a href="https://github.com/echoix"><code>@​echoix</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/3860">oxsecurity/megalinter#3860</a></li> <li>AutoUpdate linters: Always create a PR if the job has been started manually, by <a href="https://github.com/nvuillam"><code>@​nvuillam</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/3863">oxsecurity/megalinter#3863</a></li> </ul> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/oxsecurity/megalinter/blob/main/CHANGELOG.md">megalinter/megalinter's changelog</a>.</em></p> <blockquote> <h2>[v8.0.0] - 2024-08-19</h2> <ul> <li>Reporters <ul> <li>New <a href="https://megalinter.io/beta/reporters/ApiReporter/"><strong>ApiReporter</strong></a> (can be used to build Grafana dashboards), by <a href="https://github.com/nvuillam"><code>@​nvuillam</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/3540">oxsecurity/megalinter#3540</a></li> </ul> </li> </ul> <p><a href="https://www.youtube.com/watch?v=vbx-ifa1oXE"><img src="https://img.youtube.com/vi/vbx-ifa1oXE/0.jpg" alt="Upgrade to v8 Video" /></a></p> <ul> <li> <p>Removed deprecated linters, by <a href="https://github.com/nvuillam"><code>@​nvuillam</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/3854">oxsecurity/megalinter#3854</a></p> <ul> <li>CSS_SCSSLINT: <a href="https://github.com/sds/scss-lint#notice-consider-other-tools-before-adopting-scss-lint">Project discontinued and advising to use stylelint</a></li> <li>OPENAPI_SPECTRAL: Replaced by <a href="https://megalinter.io/latest/descriptors/api_spectral/">API_SPECTRAL</a> (same linter but more formats handled)</li> <li>SQL_SQL_LINT: <a href="https://redirect.github.com/joereynolds/sql-lint/issues/262">Project no longer maintained</a></li> </ul> </li> <li> <p>Core</p> <ul> <li>Hide to linters by default all environment variables that contain <strong>TOKEN</strong>, <strong>USERNAME</strong> or <strong>PASSWORD</strong>, by <a href="https://github.com/nvuillam"><code>@​nvuillam</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/3881">oxsecurity/megalinter#3881</a></li> <li>Allow to override CLI_LINT_MODE when defined as project, by <a href="https://github.com/nvuillam"><code>@​nvuillam</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/3772">oxsecurity/megalinter#3772</a></li> <li>Allow to use absolute paths for LINTER_RULES_PATH, by <a href="https://github.com/nvuillam"><code>@​nvuillam</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/3775">oxsecurity/megalinter#3775</a></li> <li>Allow to update variables from <a href="https://megalinter.io/latest/config-precommands/">PRE/POST Commands</a> using <code>output_variables</code> property, by <a href="https://github.com/nvuillam"><code>@​nvuillam</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/3861">oxsecurity/megalinter#3861</a></li> </ul> </li> <li> <p>Media</p> <ul> <li><a href="https://blog.wescale.fr/megalinter-un-linter-pour-les-gouverner-tous">MegaLinter: un linter pour les gouverner tous</a> (FR), by <a href="https://www.linkedin.com/in/guillaume-arnaud/">Guillaume Arnaud</a> from <a href="https://www.wescale.fr/">WeScale</a></li> <li><a href="https://blog.stephane-robert.info/docs/developper/autres-outils/linters/megalinter/">MegaLinter</a>, by <a href="https://www.linkedin.com/in/stephanerobert1/">Stéphane Robert</a>, from <a href="https://fr.outscale.com/">3DS OutScale</a></li> <li><a href="https://medium.com/@caodanju/30-seconds-to-setup-megalinter-your-go-to-tool-for-automated-code-quality-and-iac-security-969d90a5a99c">30 Seconds to Setup MegaLinter: Your Go-To Tool for Automated Code Quality</a>, by <a href="https://www.linkedin.com/in/peng-cao-83b6a2103/">Peng Cao</a> |</li> </ul> </li> <li> <p>Linters enhancements</p> <ul> <li><a href="https://megalinter.io/latest/descriptors/python_bandit/">bandit</a> Call bandit with quiet mode to generate less logs, by <a href="https://github.com/nvuillam"><code>@​nvuillam</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/3892">oxsecurity/megalinter#3892</a></li> <li><a href="https://megalinter.io/latest/descriptors/repository_grype/">grype</a> Count number of errors returned by Grype, by <a href="https://github.com/nvuillam"><code>@​nvuillam</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/3906">oxsecurity/megalinter#3906</a></li> <li><a href="https://megalinter.io/latest/descriptors/yaml_yamllint">yamllint</a> Fix yamllint default format to avoid special characters or GitHub sections in text logs, by <a href="https://github.com/nvuillam"><code>@​nvuillam</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/3898">oxsecurity/megalinter#3898</a></li> </ul> </li> <li> <p>Fixes</p> <ul> <li><a href="https://runterrascan.io/">terrascan</a> fixed errors and removed redundant code, by <a href="https://github.com/TommyE123"><code>@​TommyE123</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/3767">oxsecurity/megalinter#3767</a></li> <li><a href="https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-format">dotnet-format</a> various performance improvements and ability to specify sln or proj paths, by <a href="https://github.com/TommyE123"><code>@​TommyE123</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/3741">oxsecurity/megalinter#3741</a></li> <li><a href="https://github.com/realm/SwiftLint">swiftlint</a> Remove deprecated argument --path</li> <li>Salesforce linters: Disable SF CLI auto update warning, by <a href="https://github.com/nvuillam"><code>@​nvuillam</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/3883">oxsecurity/megalinter#3883</a></li> </ul> </li> <li> <p>Doc</p> <ul> <li>Add images and links to Git, CI/CD &amp; other tools integrations at the beginning of the README, by <a href="https://github.com/nvuillam"><code>@​nvuillam</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/3885">oxsecurity/megalinter#3885</a></li> <li>Create README animated GIF presentation of MegaLinter, by <a href="https://github.com/nvuillam"><code>@​nvuillam</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/3910">oxsecurity/megalinter#3910</a></li> <li>Format mkdocs search index in place, by <a href="https://github.com/echoix"><code>@​echoix</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/3890">oxsecurity/megalinter#3890</a></li> <li>Use consistent spelling of 'flavor', by <a href="https://github.com/InputUsername"><code>@​InputUsername</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/3789">oxsecurity/megalinter#3789</a></li> </ul> </li> <li> <p>CI</p> <ul> <li>Fix docker warnings, by <a href="https://github.com/nvuillam"><code>@​nvuillam</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/3853">oxsecurity/megalinter#3853</a> <ul> <li>FromAsCasing: 'as' and 'FROM' keywords' casing do not match</li> <li>NoEmptyContinuation: Empty continuation line</li> <li>SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data</li> </ul> </li> <li>Port Beta workflows to use docker/metadata-action, by <a href="https://github.com/echoix"><code>@​echoix</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/3860">oxsecurity/megalinter#3860</a></li> <li>AutoUpdate linters: Always create a PR if the job has been started manually, by <a href="https://github.com/nvuillam"><code>@​nvuillam</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/3863">oxsecurity/megalinter#3863</a></li> <li>Add <code>skip_checkout: true</code> to default MegaLinter GitHub Action template</li> <li>Remove path filters in deploy-DEV workflow as it is a required check by <a href="https://github.com/echoix"><code>@​echoix</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/3894">oxsecurity/megalinter#3894</a></li> </ul> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/oxsecurity/megalinter/commit/c217fe8f7bc9207062a084e989bd97efd56e7b9a"><code>c217fe8</code></a> Release MegaLinter v8.0.0</li> <li><a href="https://github.com/oxsecurity/megalinter/commit/86cbb002a12fbcb383916174cc8d639845b49ba8"><code>86cbb00</code></a> changelog</li> <li><a href="https://github.com/oxsecurity/megalinter/commit/1c2e93369575229e539d3417c9123d0751867776"><code>1c2e933</code></a> [automation] Auto-update linters version, help and documentation (<a href="https://redirect.github.com/megalinter/megalinter/issues/3912">#3912</a>)</li> <li><a href="https://github.com/oxsecurity/megalinter/commit/7e48b0ba179c01efab84bca16810b2bf690663f5"><code>7e48b0b</code></a> Fix upgrade script (<a href="https://redirect.github.com/megalinter/megalinter/issues/3911">#3911</a>)</li> <li><a href="https://github.com/oxsecurity/megalinter/commit/434c5a7d6844a62518348bd27c97fb4e4969e4c8"><code>434c5a7</code></a> Add GIF presentation &amp; fix Table of contents (<a href="https://redirect.github.com/megalinter/megalinter/issues/3910">#3910</a>)</li> <li><a href="https://github.com/oxsecurity/megalinter/commit/9e8beccc51e7b441b7edca9925a2f45f67e020ac"><code>9e8becc</code></a> Add gif header</li> <li><a href="https://github.com/oxsecurity/megalinter/commit/1b8050741bea03d7a5e268b4b95f0984e62a93d9"><code>1b80507</code></a> [automation] Auto-update linters version, help and documentation (<a href="https://redirect.github.com/megalinter/megalinter/issues/3909">#3909</a>)</li> <li><a href="https://github.com/oxsecurity/megalinter/commit/96b1bd07884c2df6abbcef18fd4ceb7b73993749"><code>96b1bd0</code></a> [automation] Auto-update linters version, help and documentation (<a href="https://redirect.github.com/megalinter/megalinter/issues/3907">#3907</a>)</li> <li><a href="https://github.com/oxsecurity/megalinter/commit/d8cbb0994155161f19865d273459de77fd2dd92f"><code>d8cbb09</code></a> Count number of errors in Grype (<a href="https://redirect.github.com/megalinter/megalinter/issues/3906">#3906</a>)</li> <li><a href="https://github.com/oxsecurity/megalinter/commit/d133868d4b01deb5d462dfc9e35978ace86c9d86"><code>d133868</code></a> [automation] Auto-update linters version, help and documentation (<a href="https://redirect.github.com/megalinter/megalinter/issues/3905">#3905</a>)</li> <li>Additional commits viewable in <a href="https://github.com/megalinter/megalinter/compare/v7.13.0...v8.0.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=megalinter/megalinter&package-manager=github_actions&previous-version=7.13.0&new-version=8.0.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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@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> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-01 21:55:29 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/act#2443
No description provided.