Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump the actions group with 4 updates (#46)
Bumps the actions group with 4 updates: [Swatinem/rust-cache](https://github.com/swatinem/rust-cache), [software-mansion/setup-scarb](https://github.com/software-mansion/setup-scarb), [crate-ci/typos](https://github.com/crate-ci/typos) and [mikefarah/yq](https://github.com/mikefarah/yq). Updates `Swatinem/rust-cache` from 2.7.5 to 2.7.7 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/swatinem/rust-cache/releases">Swatinem/rust-cache's releases</a>.</em></p> <blockquote> <h2>v2.7.7</h2> <p><strong>Full Changelog</strong>: <a href="https://github.com/Swatinem/rust-cache/compare/v2.7.6...v2.7.7">https://github.com/Swatinem/rust-cache/compare/v2.7.6...v2.7.7</a></p> <h2>v2.7.6</h2> <h2>What's Changed</h2> <ul> <li>Updated artifact upload action to v4 by <a href="https://github.com/guylamar2006"><code>@guylamar2006</code></a> in <a href="https://redirect.github.com/Swatinem/rust-cache/pull/212">Swatinem/rust-cache#212</a></li> <li>Adds an option to do lookup-only of the cache by <a href="https://github.com/danlec"><code>@danlec</code></a> in <a href="https://redirect.github.com/Swatinem/rust-cache/pull/217">Swatinem/rust-cache#217</a></li> <li>add runner OS in cache key by <a href="https://github.com/rnbguy"><code>@rnbguy</code></a> in <a href="https://redirect.github.com/Swatinem/rust-cache/pull/220">Swatinem/rust-cache#220</a></li> <li>Allow opting out of caching $CARGO_HOME/bin. by <a href="https://github.com/benjyw"><code>@benjyw</code></a> in <a href="https://redirect.github.com/Swatinem/rust-cache/pull/216">Swatinem/rust-cache#216</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/guylamar2006"><code>@guylamar2006</code></a> made their first contribution in <a href="https://redirect.github.com/Swatinem/rust-cache/pull/212">Swatinem/rust-cache#212</a></li> <li><a href="https://github.com/danlec"><code>@danlec</code></a> made their first contribution in <a href="https://redirect.github.com/Swatinem/rust-cache/pull/217">Swatinem/rust-cache#217</a></li> <li><a href="https://github.com/rnbguy"><code>@rnbguy</code></a> made their first contribution in <a href="https://redirect.github.com/Swatinem/rust-cache/pull/220">Swatinem/rust-cache#220</a></li> <li><a href="https://github.com/benjyw"><code>@benjyw</code></a> made their first contribution in <a href="https://redirect.github.com/Swatinem/rust-cache/pull/216">Swatinem/rust-cache#216</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/Swatinem/rust-cache/compare/v2.7.5...v2.7.6">https://github.com/Swatinem/rust-cache/compare/v2.7.5...v2.7.6</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Swatinem/rust-cache/commit/f0deed1e0edfc6a9be95417288c0e1099b1eeec3"><code>f0deed1</code></a> 2.7.7</li> <li><a href="https://github.com/Swatinem/rust-cache/commit/008623fb834cadde1d7ccee1a26dc84acb660ec3"><code>008623f</code></a> also cache <code>cargo install</code> metadata</li> <li><a href="https://github.com/Swatinem/rust-cache/commit/720f7e45ccee46c12a7b1d7bed2ab733be9be5a1"><code>720f7e4</code></a> 2.7.6</li> <li><a href="https://github.com/Swatinem/rust-cache/commit/4b1f006ad2112a11d66969e219444096a98af937"><code>4b1f006</code></a> update dependencies, in particular <code>@actions/cache</code></li> <li><a href="https://github.com/Swatinem/rust-cache/commit/e8e63cdbf2788df3801e6f9a81516b2ca8391886"><code>e8e63cd</code></a> Allow opting out of caching $CARGO_HOME/bin. (<a href="https://redirect.github.com/swatinem/rust-cache/issues/216">#216</a>)</li> <li><a href="https://github.com/Swatinem/rust-cache/commit/9a2e0d32122f6883cb48fad7a1ac5c49f25b7661"><code>9a2e0d3</code></a> add runner OS in cache key (<a href="https://redirect.github.com/swatinem/rust-cache/issues/220">#220</a>)</li> <li><a href="https://github.com/Swatinem/rust-cache/commit/c00f3025caeee0e9c78c18c43de11ab15fd3b486"><code>c00f302</code></a> Adds an option to do lookup-only of the cache (<a href="https://redirect.github.com/swatinem/rust-cache/issues/217">#217</a>)</li> <li><a href="https://github.com/Swatinem/rust-cache/commit/68b3cb7503c78e67dae8373749990a220eb65352"><code>68b3cb7</code></a> Updated artifact upload action to v4 (<a href="https://redirect.github.com/swatinem/rust-cache/issues/212">#212</a>)</li> <li>See full diff in <a href="https://github.com/swatinem/rust-cache/compare/82a92a6e8fbeee089604da2575dc567ae9ddeaab...f0deed1e0edfc6a9be95417288c0e1099b1eeec3">compare view</a></li> </ul> </details> <br /> Updates `software-mansion/setup-scarb` from 1.4.0 to 1.5.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/software-mansion/setup-scarb/releases">software-mansion/setup-scarb's releases</a>.</em></p> <blockquote> <h2>v1.5.0</h2> <h2>What's Changed</h2> <ul> <li>Update CODEOWNERS by <a href="https://github.com/mkaput"><code>@mkaput</code></a> in <a href="https://redirect.github.com/software-mansion/setup-scarb/pull/31">software-mansion/setup-scarb#31</a></li> <li>Update Scarb versions in README.md by <a href="https://github.com/mkaput"><code>@mkaput</code></a> in <a href="https://redirect.github.com/software-mansion/setup-scarb/pull/32">software-mansion/setup-scarb#32</a></li> <li>Fix <code>check-dist</code> workflow triggers and update actions by <a href="https://github.com/mkaput"><code>@mkaput</code></a> in <a href="https://redirect.github.com/software-mansion/setup-scarb/pull/33">software-mansion/setup-scarb#33</a></li> <li>Update <code>actions/checkout</code> and <code>actions/setup-node</code> by <a href="https://github.com/mkaput"><code>@mkaput</code></a> in <a href="https://redirect.github.com/software-mansion/setup-scarb/pull/35">software-mansion/setup-scarb#35</a></li> <li>Add an option to disable dependency caching on demand by <a href="https://github.com/mkaput"><code>@mkaput</code></a> in <a href="https://redirect.github.com/software-mansion/setup-scarb/pull/34">software-mansion/setup-scarb#34</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/software-mansion/setup-scarb/compare/v1.4.0...v1.5.0">https://github.com/software-mansion/setup-scarb/compare/v1.4.0...v1.5.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/software-mansion/setup-scarb/commit/22f50f68eb6ffacfc173786dab19aa7d49b43441"><code>22f50f6</code></a> Add an option to disable dependency caching on demand (<a href="https://redirect.github.com/software-mansion/setup-scarb/issues/34">#34</a>)</li> <li><a href="https://github.com/software-mansion/setup-scarb/commit/767b3f7e79b26765ce081fc24342d6bbc9ce6a2c"><code>767b3f7</code></a> Update <code>actions/checkout</code> and <code>actions/setup-node</code> (<a href="https://redirect.github.com/software-mansion/setup-scarb/issues/35">#35</a>)</li> <li><a href="https://github.com/software-mansion/setup-scarb/commit/03660884492d23abe7975b258a22e049745b79b7"><code>0366088</code></a> Fix <code>check-dist</code> workflow triggers and update actions (<a href="https://redirect.github.com/software-mansion/setup-scarb/issues/33">#33</a>)</li> <li><a href="https://github.com/software-mansion/setup-scarb/commit/9b449c3b897e4f61f5ad93a9e89a35ce74ec21bd"><code>9b449c3</code></a> Update Scarb versions in README.md (<a href="https://redirect.github.com/software-mansion/setup-scarb/issues/32">#32</a>)</li> <li><a href="https://github.com/software-mansion/setup-scarb/commit/702cec851e69bf622b7b84bd7391ef666544a018"><code>702cec8</code></a> Update CODEOWNERS (<a href="https://redirect.github.com/software-mansion/setup-scarb/issues/31">#31</a>)</li> <li>See full diff in <a href="https://github.com/software-mansion/setup-scarb/compare/f4e6c94463f876159057c57d3f0770cc39d3ea1a...22f50f68eb6ffacfc173786dab19aa7d49b43441">compare view</a></li> </ul> </details> <br /> Updates `crate-ci/typos` from 1.28.1 to 1.29.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/crate-ci/typos/releases">crate-ci/typos's releases</a>.</em></p> <blockquote> <h2>v1.29.0</h2> <h2>[1.29.0] - 2024-12-31</h2> <h3>Features</h3> <ul> <li>Updated the dictionary with the <a href="https://redirect.github.com/crate-ci/typos/issues/1156">December 2024</a> changes</li> </ul> <h3>Performance</h3> <ul> <li>Sped up dictionary lookups</li> </ul> <h2>v1.28.4</h2> <h2>[1.28.4] - 2024-12-16</h2> <h3>Features</h3> <ul> <li><code>--format sarif</code> support</li> </ul> <h2>v1.28.3</h2> <h2>[1.28.3] - 2024-12-12</h2> <h3>Fixes</h3> <ul> <li>Correct <code>imlementations</code>, <code>includs</code>, <code>qurorum</code>, <code>transatctions</code>, <code>trasnactions</code>, <code>validasted</code>, <code>vview</code></li> </ul> <h2>v1.28.2</h2> <h2>[1.28.2] - 2024-12-02</h2> <h3>Fixes</h3> <ul> <li>Don't correct <code>parametrize</code> variants</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/crate-ci/typos/blob/master/CHANGELOG.md">crate-ci/typos's changelog</a>.</em></p> <blockquote> <h1>Change Log</h1> <p>All notable changes to this project will be documented in this file.</p> <p>The format is based on <a href="http://keepachangelog.com/">Keep a Changelog</a> and this project adheres to <a href="http://semver.org/">Semantic Versioning</a>.</p> <!-- raw HTML omitted --> <h2>[Unreleased] - ReleaseDate</h2> <h2>[1.29.0] - 2024-12-31</h2> <h3>Features</h3> <ul> <li>Updated the dictionary with the <a href="https://redirect.github.com/crate-ci/typos/issues/1156">December 2024</a> changes</li> </ul> <h3>Performance</h3> <ul> <li>Sped up dictionary lookups</li> </ul> <h2>[1.28.4] - 2024-12-16</h2> <h3>Features</h3> <ul> <li><code>--format sarif</code> support</li> </ul> <h2>[1.28.3] - 2024-12-12</h2> <h3>Fixes</h3> <ul> <li>Correct <code>imlementations</code>, <code>includs</code>, <code>qurorum</code>, <code>transatctions</code>, <code>trasnactions</code>, <code>validasted</code>, <code>vview</code></li> </ul> <h2>[1.28.2] - 2024-12-02</h2> <h3>Fixes</h3> <ul> <li>Don't correct <code>parametrize</code> variants</li> </ul> <h2>[1.28.1] - 2024-11-26</h2> <h3>Fixes</h3> <ul> <li>Add back in <code>lock</code> file types accidentally removed in 1.28 (<code>go.sum</code>, <code>requirements.txt</code>)</li> </ul> <h2>[1.28.0] - 2024-11-25</h2> <h3>Features</h3> <ul> <li>Updated the dictionary with the <a href="https://redirect.github.com/crate-ci/typos/issues/1139">November 2024</a> changes</li> <li>Add many new types and file extensions to the <code>--type-list</code>, including ada, alire, bat, candid, carp, cml, devicetree, dita, dockercompose, grpbuild, graphql, hare, lean, meson, prolog, raku, reasonml, rescript, solidity, svelte, usd, v, wgsl</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/crate-ci/typos/commit/c8fd3764afbf5eaf6e53d2e6571c835db2c8fa5f"><code>c8fd376</code></a> chore: Release</li> <li><a href="https://github.com/crate-ci/typos/commit/bb446c2fbccb36ab24bcd86c97d5662d34e679cc"><code>bb446c2</code></a> chore: Release</li> <li><a href="https://github.com/crate-ci/typos/commit/cfc7f68e4bf53c85dea4be0ba3e1d5c3f29578c7"><code>cfc7f68</code></a> chore: Release</li> <li><a href="https://github.com/crate-ci/typos/commit/837ef7151cf1c6a96a849db41e44c6157306df5a"><code>837ef71</code></a> docs: Update changelog</li> <li><a href="https://github.com/crate-ci/typos/commit/8d32bffd6d0b1f0911d05774dc3f8a4d27100fea"><code>8d32bff</code></a> Merge pull request <a href="https://redirect.github.com/crate-ci/typos/issues/1201">#1201</a> from epage/dec</li> <li><a href="https://github.com/crate-ci/typos/commit/51370fd074e9a2b69cff53a84a91f5e7fe492dc9"><code>51370fd</code></a> feat(dict): December 2025 updates</li> <li><a href="https://github.com/crate-ci/typos/commit/1af44522a7e02c597c49335758baf836c5af591a"><code>1af4452</code></a> Merge pull request <a href="https://redirect.github.com/crate-ci/typos/issues/1199">#1199</a> from epage/aho</li> <li><a href="https://github.com/crate-ci/typos/commit/7984d47095fde0427a12315828efe81091fcd28f"><code>7984d47</code></a> feat(dictgen): Add aho-corasick support</li> <li><a href="https://github.com/crate-ci/typos/commit/44cf2f8cf6ab643e8b26e9edd392f870ba836919"><code>44cf2f8</code></a> Merge pull request <a href="https://redirect.github.com/crate-ci/typos/issues/1198">#1198</a> from epage/generic</li> <li><a href="https://github.com/crate-ci/typos/commit/745753485019c5ef9bb1420301aabdea41f01b85"><code>7457534</code></a> perf(dict)!: Switch to PHF Map</li> <li>Additional commits viewable in <a href="https://github.com/crate-ci/typos/compare/bd36f89fcd3424dcefd442894589e6ee572a59f2...c8fd3764afbf5eaf6e53d2e6571c835db2c8fa5f">compare view</a></li> </ul> </details> <br /> Updates `mikefarah/yq` from 4.44.5 to 4.44.6 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/mikefarah/yq/releases">mikefarah/yq's releases</a>.</em></p> <blockquote> <h2>v4.44.6</h2> <ul> <li>Fixed deleting items in array bug <a href="https://redirect.github.com/mikefarah/yq/issues/2027">#2027</a>, <a href="https://redirect.github.com/mikefarah/yq/issues/2172">#2172</a>; Thanks <a href="https://github.com/jandubois"><code>@jandubois</code></a></li> <li>Docker image for armv7 / raspberry pi3, Thanks <a href="https://github.com/brianegge"><code>@brianegge</code></a></li> <li>Fixed no-colors regression <a href="https://redirect.github.com/mikefarah/yq/issues/2218">#2218</a></li> <li>Fixed various panic scenarios <a href="https://redirect.github.com/mikefarah/yq/issues/2211">#2211</a></li> <li>Bumped dependencies</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/mikefarah/yq/blob/master/release_notes.txt">mikefarah/yq's changelog</a>.</em></p> <blockquote> <p>4.44.6:</p> <ul> <li>Fixed deleting items in array bug <a href="https://redirect.github.com/mikefarah/yq/issues/2027">#2027</a>, <a href="https://redirect.github.com/mikefarah/yq/issues/2172">#2172</a>; Thanks <a href="https://github.com/jandubois"><code>@jandubois</code></a></li> <li>Docker image for armv7 / raspberry pi3, Thanks <a href="https://github.com/brianegge"><code>@brianegge</code></a></li> <li>Fixed no-colors regression <a href="https://redirect.github.com/mikefarah/yq/issues/2218">#2218</a></li> <li>Fixed various panic scenarios <a href="https://redirect.github.com/mikefarah/yq/issues/2211">#2211</a></li> <li>Bumped dependencies</li> </ul> <p>4.44.5:</p> <ul> <li>Fixing release pipeline</li> </ul> <p>4.44.4:</p> <ul> <li>Format comments with a gray foreground (Thanks <a href="https://github.com/gabe565"><code>@gabe565</code></a>)</li> <li>Fixed handling of nulls with sort_by expressions <a href="https://redirect.github.com/mikefarah/yq/issues/2164">#2164</a></li> <li>Force no color output when NO_COLOR env presents (Thanks <a href="https://github.com/narqo"><code>@narqo</code></a>)</li> <li>Fixed array subtraction update bug <a href="https://redirect.github.com/mikefarah/yq/issues/2159">#2159</a></li> <li>Fixed index out of range error</li> <li>Can traverse straight from parent operator (parent.blah)</li> <li>Bumped dependencies</li> </ul> <p>4.44.3:</p> <ul> <li>Fixed upper-case file extension detection, Thanks <a href="https://github.com/ryenus"><code>@ryenus</code></a> (<a href="https://redirect.github.com/mikefarah/yq/issues/2121">#2121</a>)</li> <li>Log printing follow no-colors flag <a href="https://redirect.github.com/mikefarah/yq/issues/2082">#2082</a></li> <li>Skip and warn when interpolating strings and theres a unclosed bracket <a href="https://redirect.github.com/mikefarah/yq/issues/2083">#2083</a></li> <li>Fixed CSV content starting with # issue <a href="https://redirect.github.com/mikefarah/yq/issues/2076">#2076</a></li> <li>Bumped dependencies</li> </ul> <p>4.44.2:</p> <ul> <li>Handle numbers with underscores <a href="https://redirect.github.com/mikefarah/yq/issues/2039">#2039</a></li> <li>Unique now works on maps and arrays <a href="https://redirect.github.com/mikefarah/yq/issues/2068">#2068</a></li> <li>Added support for short hand splat with env[] expression <a href="https://redirect.github.com/mikefarah/yq/issues/2071">#2071</a>, as well as many other operators (split,select,eval,pick..)</li> <li>Bumped dependencies</li> </ul> <p>4.44.1:</p> <ul> <li>Added min/max operators (<a href="https://redirect.github.com/mikefarah/yq/issues/1992">#1992</a>) Thanks <a href="https://github.com/mbenson"><code>@mbenson</code></a></li> <li>Added pivot oeprator (<a href="https://redirect.github.com/mikefarah/yq/issues/1993">#1993</a>) Thanks <a href="https://github.com/mbenson"><code>@mbenson</code></a></li> <li>Fix: shell-completion (<a href="https://redirect.github.com/mikefarah/yq/issues/2006">#2006</a>) Thanks <a href="https://github.com/codekow"><code>@codekow</code></a></li> <li>Handle escaped backslashes (<a href="https://redirect.github.com/mikefarah/yq/issues/1997">#1997</a>) Thanks <a href="https://github.com/mbenson"><code>@mbenson</code></a></li> <li>Fix npe when given filename ending with "." (<a href="https://redirect.github.com/mikefarah/yq/issues/1994">#1994</a>)</li> <li>Fix: linux (w/ selinux) build (<a href="https://redirect.github.com/mikefarah/yq/issues/2004">#2004</a>) Thanks <a href="https://github.com/codekow"><code>@codekow</code></a></li> <li>Bumped dependencies</li> </ul> <p>4.43.1:</p> <ul> <li>Added omit operator <a href="https://redirect.github.com/mikefarah/yq/issues/1989">#1989</a> thanks <a href="https://github.com/mbenson"><code>@mbenson</code></a>!</li> <li>Added tostring <a href="https://redirect.github.com/mikefarah/yq/issues/72">#72</a></li> <li>Added string interpolation <a href="https://redirect.github.com/mikefarah/yq/issues/1149">#1149</a></li> <li>Can specify parent(n) levels <a href="https://redirect.github.com/mikefarah/yq/issues/1970">#1970</a></li> <li>Can now multiply strings by numbers <a href="https://redirect.github.com/mikefarah/yq/issues/1988">#1988</a> thanks <a href="https://github.com/mbenson"><code>@mbenson</code></a>!</li> <li>Fixed CSV line break issue <a href="https://redirect.github.com/mikefarah/yq/issues/1974">#1974</a></li> <li>Adding a EvaluateAll function to StringEvaluator <a href="https://redirect.github.com/mikefarah/yq/issues/1966">#1966</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mikefarah/yq/commit/4839dbbf80445070a31c7a9c1055da527db2d5ee"><code>4839dbb</code></a> Bumping version</li> <li><a href="https://github.com/mikefarah/yq/commit/342efb23ff8def40c7f78016f8a359a2325f351a"><code>342efb2</code></a> Fixed panic on multipling string by very large number <a href="https://redirect.github.com/mikefarah/yq/issues/2211">#2211</a></li> <li><a href="https://github.com/mikefarah/yq/commit/220138123520d3e3f8987827cc24a947322e72b3"><code>2201381</code></a> Fixed multiply string by negative number panic <a href="https://redirect.github.com/mikefarah/yq/issues/2211">#2211</a></li> <li><a href="https://github.com/mikefarah/yq/commit/52737154289a7dba1f7e92b5439d888e5cb05617"><code>5273715</code></a> Fixed panic error <a href="https://redirect.github.com/mikefarah/yq/issues/2211">#2211</a></li> <li><a href="https://github.com/mikefarah/yq/commit/e204677ff8da6443b7ad8996a88b527e5e4de65e"><code>e204677</code></a> Fixed no-colors regression <a href="https://redirect.github.com/mikefarah/yq/issues/2218">#2218</a></li> <li><a href="https://github.com/mikefarah/yq/commit/f76815959a83b08374645bc23dbfa08a7a0961ed"><code>f768159</code></a> Create docker image for armv7 / raspberry pi3</li> <li><a href="https://github.com/mikefarah/yq/commit/c16b1800a0896e0d5e31795380931cc77dce84c5"><code>c16b180</code></a> Make sure to update the key when deleting array elements</li> <li><a href="https://github.com/mikefarah/yq/commit/3bca3a23c0f57faecfe3980bfcc12cb5d0bf22fb"><code>3bca3a2</code></a> Bump github.com/elliotchance/orderedmap from 1.6.0 to 1.7.0</li> <li><a href="https://github.com/mikefarah/yq/commit/70bef5b9d26a8242b358c3c50d6f5111fe31ad6f"><code>70bef5b</code></a> Bump golang.org/x/net from 0.31.0 to 0.32.0</li> <li><a href="https://github.com/mikefarah/yq/commit/ea2ba18ef44846c06b94be280f2da2a5fbbd96dc"><code>ea2ba18</code></a> Bump golang from 1.23.3 to 1.23.4</li> <li>Additional commits viewable in <a href="https://github.com/mikefarah/yq/compare/bc5b54cb1d1f720db16c9f75c5b45384d00e5cbf...4839dbbf80445070a31c7a9c1055da527db2d5ee">compare view</a></li> </ul> </details> <br /> 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 <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information