-
Notifications
You must be signed in to change notification settings - Fork 709
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump Roslynator.Formatting.Analyzers from 4.6.4 to 4.7.0 in /webapi #689
Merged
dehoward
merged 1 commit into
main
from
dependabot/nuget/webapi/Roslynator.Formatting.Analyzers-4.7.0
Dec 4, 2023
Merged
Bump Roslynator.Formatting.Analyzers from 4.6.4 to 4.7.0 in /webapi #689
dehoward
merged 1 commit into
main
from
dependabot/nuget/webapi/Roslynator.Formatting.Analyzers-4.7.0
Dec 4, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps [Roslynator.Formatting.Analyzers](https://github.com/dotnet/roslynator) from 4.6.4 to 4.7.0. - [Release notes](https://github.com/dotnet/roslynator/releases) - [Changelog](https://github.com/dotnet/roslynator/blob/main/ChangeLog.md) - [Commits](dotnet/roslynator@v4.6.4...v4.7.0) --- updated-dependencies: - dependency-name: Roslynator.Formatting.Analyzers dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
bot
added
.NET
Pull requests that update .net code
dependencies
Pull requests that update a dependency file
labels
Dec 4, 2023
github-actions
bot
added
webapi
Pull requests that update .net code
and removed
dependencies
Pull requests that update a dependency file
labels
Dec 4, 2023
dehoward
approved these changes
Dec 4, 2023
dehoward
deleted the
dependabot/nuget/webapi/Roslynator.Formatting.Analyzers-4.7.0
branch
December 4, 2023 18:09
teamleader-dev
pushed a commit
to vlink-group/chat-copilot
that referenced
this pull request
Oct 7, 2024
…icrosoft#689) Bumps [Roslynator.Formatting.Analyzers](https://github.com/dotnet/roslynator) from 4.6.4 to 4.7.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/dotnet/roslynator/blob/main/ChangeLog.md">Roslynator.Formatting.Analyzers's changelog</a>.</em></p> <blockquote> <h2>[4.7.0] - 2023-12-03</h2> <h3>Added</h3> <ul> <li>Add analyzer "Dispose resource asynchronously" (<a href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1261">RCS1261</a>) (<a href="https://redirect.github.com/dotnet/roslynator/pull/1285">PR</a>)</li> <li>Add analyzer "Unnecessary raw string literal" (<a href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1262">RCS1262</a>) (<a href="https://redirect.github.com/dotnet/roslynator/pull/1293">PR</a>)</li> <li>Add analyzer "Invalid reference in a documentation comment" (<a href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1263">RCS1263</a>) (<a href="https://redirect.github.com/dotnet/roslynator/pull/1295">PR</a>)</li> </ul> <h3>Changed</h3> <ul> <li>Improve refactoring "Remove comment" <a href="https://josefpihrt.github.io/docs/roslynator/refactorings/RR0098">RR0098</a> (<a href="https://redirect.github.com/dotnet/roslynator/pull/1284">PR</a>)</li> <li>Remove trailing dot from analyzer's title (<a href="https://redirect.github.com/dotnet/roslynator/pull/1298">PR</a>)</li> <li>Group code fix "Change accessibility to ..." (<a href="https://redirect.github.com/dotnet/roslynator/pull/1305">PR</a>)</li> <li>[CLI] Bump Roslyn to 4.8.0 (<a href="https://redirect.github.com/dotnet/roslynator/pull/1307">PR</a>).</li> <li>Group refactoring "Remove members above/below'" (<a href="https://redirect.github.com/dotnet/roslynator/pull/1308">PR</a>)</li> <li>Rename analyzers (<a href="https://redirect.github.com/dotnet/roslynator/pull/1314">PR</a>) <ul> <li>"Add new line before embedded statement" -> "Put embedded statement on its own line" (<a href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS0030">RCS0030</a>)</li> <li>"Add new line before statement" -> "Put statement on its own line" (<a href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS0033">RCS0033</a>)</li> </ul> </li> <li>Group refactoring "Wrap in ..." (<a href="https://redirect.github.com/dotnet/roslynator/pull/1317">PR</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>Fix analyzer <a href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1124">RCS1124</a> (<a href="https://redirect.github.com/dotnet/roslynator/pull/1279">PR</a>)</li> <li>Fix analyzer <a href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS0058">RCS0058</a> (<a href="https://redirect.github.com/dotnet/roslynator/pull/1281">PR</a>)</li> <li>Fix analyzer <a href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1163">RCS1163</a> (<a href="https://redirect.github.com/dotnet/roslynator/pull/1280">PR</a>)</li> <li>Fix analyzer <a href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1203">RCS1203</a> (<a href="https://redirect.github.com/dotnet/roslynator/pull/1282">PR</a>)</li> <li>Fix analyzer <a href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1046">RCS1046</a> (<a href="https://redirect.github.com/dotnet/roslynator/pull/1283">PR</a>)</li> <li>Fix analyzer <a href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1158">RCS1158</a> (<a href="https://redirect.github.com/dotnet/roslynator/pull/1288">PR</a>)</li> <li>Fix analyzer <a href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1032">RCS1032</a> (<a href="https://redirect.github.com/dotnet/roslynator/pull/1289">PR</a>)</li> <li>Fix analyzer <a href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1176">RCS1176</a> (<a href="https://redirect.github.com/dotnet/roslynator/pull/1291">PR</a>)</li> <li>Fix analyzer <a href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1197">RCS1197</a> (<a href="https://redirect.github.com/dotnet/roslynator/pull/1166">PR</a>)</li> <li>Fix analyzer <a href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1093">RCS1093</a> (<a href="https://redirect.github.com/dotnet/roslynator/pull/1296">PR</a>)</li> <li>[Testing] Detect nested code actions (<a href="https://redirect.github.com/dotnet/roslynator/pull/1305">PR</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dotnet/roslynator/commit/e4e5aad7290f077a950814aa686d506fb23677d9"><code>e4e5aad</code></a> Release 4.7.0 (<a href="https://redirect.github.com/dotnet/roslynator/issues/1312">#1312</a>)</li> <li><a href="https://github.com/dotnet/roslynator/commit/e213afabe1f2139c2994cf240b7b27953abdf5d3"><code>e213afa</code></a> Optimizations related to directives (<a href="https://redirect.github.com/dotnet/roslynator/issues/1318">#1318</a>)</li> <li><a href="https://github.com/dotnet/roslynator/commit/eb5e546232361d161817cf452194c7c53c757a15"><code>eb5e546</code></a> Group refactorings 'Wrap in ...' (<a href="https://redirect.github.com/dotnet/roslynator/issues/1317">#1317</a>)</li> <li><a href="https://github.com/dotnet/roslynator/commit/4f816f1a54be1cb860d742cc657e1eb6130d744b"><code>4f816f1</code></a> Rename analyzers RCS0030, RCS0033 (<a href="https://redirect.github.com/dotnet/roslynator/issues/1314">#1314</a>)</li> <li><a href="https://github.com/dotnet/roslynator/commit/3b1557803d6371178a82d9f50572617c7729927b"><code>3b15578</code></a> Always normalize project/solution path (<a href="https://redirect.github.com/dotnet/roslynator/issues/1313">#1313</a>)</li> <li><a href="https://github.com/dotnet/roslynator/commit/d61ee1b7db67ee180f29800e88df5acf7753d36d"><code>d61ee1b</code></a> Update version in nuspec (<a href="https://redirect.github.com/dotnet/roslynator/issues/1311">#1311</a>)</li> <li><a href="https://github.com/dotnet/roslynator/commit/cca3a0dbe495469cd9b4ab8b3fc793fc8964e442"><code>cca3a0d</code></a> Fix nuget 'cycle detected' (<a href="https://redirect.github.com/dotnet/roslynator/issues/1310">#1310</a>)</li> <li><a href="https://github.com/dotnet/roslynator/commit/b785592ef1f290aa34f6c8f17e97fff6cff6c0cd"><code>b785592</code></a> Group refactoring 'Remove members above/below' (<a href="https://redirect.github.com/dotnet/roslynator/issues/1308">#1308</a>)</li> <li><a href="https://github.com/dotnet/roslynator/commit/5886494bdb6c554700c0122091169b5c582aa383"><code>5886494</code></a> Bump Roslyn to 4.8.0 (<a href="https://redirect.github.com/dotnet/roslynator/issues/1307">#1307</a>)</li> <li><a href="https://github.com/dotnet/roslynator/commit/e4062cf6958163fc19040cfc3079db93dfc1e7cd"><code>e4062cf</code></a> Group code actions 'Change accessibility to' (<a href="https://redirect.github.com/dotnet/roslynator/issues/1305">#1305</a>)</li> <li>Additional commits viewable in <a href="https://github.com/dotnet/roslynator/compare/v4.6.4...v4.7.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Roslynator.Formatting.Analyzers&package-manager=nuget&previous-version=4.6.4&new-version=4.7.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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
kb0039
pushed a commit
to aaronba/chat-copilot
that referenced
this pull request
Jan 8, 2025
…icrosoft#689) Bumps [Roslynator.Formatting.Analyzers](https://github.com/dotnet/roslynator) from 4.6.4 to 4.7.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/dotnet/roslynator/blob/main/ChangeLog.md">Roslynator.Formatting.Analyzers's changelog</a>.</em></p> <blockquote> <h2>[4.7.0] - 2023-12-03</h2> <h3>Added</h3> <ul> <li>Add analyzer "Dispose resource asynchronously" (<a href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1261">RCS1261</a>) (<a href="https://redirect.github.com/dotnet/roslynator/pull/1285">PR</a>)</li> <li>Add analyzer "Unnecessary raw string literal" (<a href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1262">RCS1262</a>) (<a href="https://redirect.github.com/dotnet/roslynator/pull/1293">PR</a>)</li> <li>Add analyzer "Invalid reference in a documentation comment" (<a href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1263">RCS1263</a>) (<a href="https://redirect.github.com/dotnet/roslynator/pull/1295">PR</a>)</li> </ul> <h3>Changed</h3> <ul> <li>Improve refactoring "Remove comment" <a href="https://josefpihrt.github.io/docs/roslynator/refactorings/RR0098">RR0098</a> (<a href="https://redirect.github.com/dotnet/roslynator/pull/1284">PR</a>)</li> <li>Remove trailing dot from analyzer's title (<a href="https://redirect.github.com/dotnet/roslynator/pull/1298">PR</a>)</li> <li>Group code fix "Change accessibility to ..." (<a href="https://redirect.github.com/dotnet/roslynator/pull/1305">PR</a>)</li> <li>[CLI] Bump Roslyn to 4.8.0 (<a href="https://redirect.github.com/dotnet/roslynator/pull/1307">PR</a>).</li> <li>Group refactoring "Remove members above/below'" (<a href="https://redirect.github.com/dotnet/roslynator/pull/1308">PR</a>)</li> <li>Rename analyzers (<a href="https://redirect.github.com/dotnet/roslynator/pull/1314">PR</a>) <ul> <li>"Add new line before embedded statement" -> "Put embedded statement on its own line" (<a href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS0030">RCS0030</a>)</li> <li>"Add new line before statement" -> "Put statement on its own line" (<a href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS0033">RCS0033</a>)</li> </ul> </li> <li>Group refactoring "Wrap in ..." (<a href="https://redirect.github.com/dotnet/roslynator/pull/1317">PR</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>Fix analyzer <a href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1124">RCS1124</a> (<a href="https://redirect.github.com/dotnet/roslynator/pull/1279">PR</a>)</li> <li>Fix analyzer <a href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS0058">RCS0058</a> (<a href="https://redirect.github.com/dotnet/roslynator/pull/1281">PR</a>)</li> <li>Fix analyzer <a href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1163">RCS1163</a> (<a href="https://redirect.github.com/dotnet/roslynator/pull/1280">PR</a>)</li> <li>Fix analyzer <a href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1203">RCS1203</a> (<a href="https://redirect.github.com/dotnet/roslynator/pull/1282">PR</a>)</li> <li>Fix analyzer <a href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1046">RCS1046</a> (<a href="https://redirect.github.com/dotnet/roslynator/pull/1283">PR</a>)</li> <li>Fix analyzer <a href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1158">RCS1158</a> (<a href="https://redirect.github.com/dotnet/roslynator/pull/1288">PR</a>)</li> <li>Fix analyzer <a href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1032">RCS1032</a> (<a href="https://redirect.github.com/dotnet/roslynator/pull/1289">PR</a>)</li> <li>Fix analyzer <a href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1176">RCS1176</a> (<a href="https://redirect.github.com/dotnet/roslynator/pull/1291">PR</a>)</li> <li>Fix analyzer <a href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1197">RCS1197</a> (<a href="https://redirect.github.com/dotnet/roslynator/pull/1166">PR</a>)</li> <li>Fix analyzer <a href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1093">RCS1093</a> (<a href="https://redirect.github.com/dotnet/roslynator/pull/1296">PR</a>)</li> <li>[Testing] Detect nested code actions (<a href="https://redirect.github.com/dotnet/roslynator/pull/1305">PR</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dotnet/roslynator/commit/e4e5aad7290f077a950814aa686d506fb23677d9"><code>e4e5aad</code></a> Release 4.7.0 (<a href="https://redirect.github.com/dotnet/roslynator/issues/1312">#1312</a>)</li> <li><a href="https://github.com/dotnet/roslynator/commit/e213afabe1f2139c2994cf240b7b27953abdf5d3"><code>e213afa</code></a> Optimizations related to directives (<a href="https://redirect.github.com/dotnet/roslynator/issues/1318">#1318</a>)</li> <li><a href="https://github.com/dotnet/roslynator/commit/eb5e546232361d161817cf452194c7c53c757a15"><code>eb5e546</code></a> Group refactorings 'Wrap in ...' (<a href="https://redirect.github.com/dotnet/roslynator/issues/1317">#1317</a>)</li> <li><a href="https://github.com/dotnet/roslynator/commit/4f816f1a54be1cb860d742cc657e1eb6130d744b"><code>4f816f1</code></a> Rename analyzers RCS0030, RCS0033 (<a href="https://redirect.github.com/dotnet/roslynator/issues/1314">#1314</a>)</li> <li><a href="https://github.com/dotnet/roslynator/commit/3b1557803d6371178a82d9f50572617c7729927b"><code>3b15578</code></a> Always normalize project/solution path (<a href="https://redirect.github.com/dotnet/roslynator/issues/1313">#1313</a>)</li> <li><a href="https://github.com/dotnet/roslynator/commit/d61ee1b7db67ee180f29800e88df5acf7753d36d"><code>d61ee1b</code></a> Update version in nuspec (<a href="https://redirect.github.com/dotnet/roslynator/issues/1311">#1311</a>)</li> <li><a href="https://github.com/dotnet/roslynator/commit/cca3a0dbe495469cd9b4ab8b3fc793fc8964e442"><code>cca3a0d</code></a> Fix nuget 'cycle detected' (<a href="https://redirect.github.com/dotnet/roslynator/issues/1310">#1310</a>)</li> <li><a href="https://github.com/dotnet/roslynator/commit/b785592ef1f290aa34f6c8f17e97fff6cff6c0cd"><code>b785592</code></a> Group refactoring 'Remove members above/below' (<a href="https://redirect.github.com/dotnet/roslynator/issues/1308">#1308</a>)</li> <li><a href="https://github.com/dotnet/roslynator/commit/5886494bdb6c554700c0122091169b5c582aa383"><code>5886494</code></a> Bump Roslyn to 4.8.0 (<a href="https://redirect.github.com/dotnet/roslynator/issues/1307">#1307</a>)</li> <li><a href="https://github.com/dotnet/roslynator/commit/e4062cf6958163fc19040cfc3079db93dfc1e7cd"><code>e4062cf</code></a> Group code actions 'Change accessibility to' (<a href="https://redirect.github.com/dotnet/roslynator/issues/1305">#1305</a>)</li> <li>Additional commits viewable in <a href="https://github.com/dotnet/roslynator/compare/v4.6.4...v4.7.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Roslynator.Formatting.Analyzers&package-manager=nuget&previous-version=4.6.4&new-version=4.7.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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps Roslynator.Formatting.Analyzers from 4.6.4 to 4.7.0.
Changelog
Sourced from Roslynator.Formatting.Analyzers's changelog.
Commits
e4e5aad
Release 4.7.0 (#1312)e213afa
Optimizations related to directives (#1318)eb5e546
Group refactorings 'Wrap in ...' (#1317)4f816f1
Rename analyzers RCS0030, RCS0033 (#1314)3b15578
Always normalize project/solution path (#1313)d61ee1b
Update version in nuspec (#1311)cca3a0d
Fix nuget 'cycle detected' (#1310)b785592
Group refactoring 'Remove members above/below' (#1308)5886494
Bump Roslyn to 4.8.0 (#1307)e4062cf
Group code actions 'Change accessibility to' (#1305)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)