devlooped / SponsorLink

SponsorLink: an attempt at OSS sustainability
https://www.devlooped.com/SponsorLink
MIT License
40 stars 4 forks source link

Bump the thisassembly group across 5 directories with 6 updates #388

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps the thisassembly group with 4 updates in the / directory: ThisAssembly.Constants, ThisAssembly.Project, ThisAssembly.AssemblyInfo and ThisAssembly.Strings. Bumps the thisassembly group with 5 updates in the /samples/dotnet directory:

Package From To
ThisAssembly.Constants 1.4.3 2.0.5
ThisAssembly.Git 1.4.3 2.0.5
ThisAssembly.Project 1.4.3 2.0.5
ThisAssembly.AssemblyInfo 1.4.3 2.0.5
ThisAssembly.Resources 1.4.3 2.0.5

Bumps the thisassembly group with 4 updates in the /samples/dotnet/Analyzer directory: ThisAssembly.Constants, ThisAssembly.Git, ThisAssembly.Project and ThisAssembly.AssemblyInfo. Bumps the thisassembly group with 4 updates in the /samples/dotnet/Library directory: ThisAssembly.Constants, ThisAssembly.Git, ThisAssembly.Project and ThisAssembly.AssemblyInfo. Bumps the thisassembly group with 5 updates in the /samples/dotnet/Tests directory:

Package From To
ThisAssembly.Constants 2.0.3 2.0.5
ThisAssembly.Constants 2.0.3 2.0.5
ThisAssembly.Constants 2.0.3 2.0.5
ThisAssembly.Constants 2.0.3 2.0.5
ThisAssembly.Constants 2.0.3 2.0.5
ThisAssembly.Constants 2.0.3 2.0.5
ThisAssembly.Constants 2.0.3 2.0.5
ThisAssembly.Constants 1.4.3 2.0.5
ThisAssembly.Git 1.4.3 2.0.5
ThisAssembly.Constants 2.0.3 2.0.5
ThisAssembly.Project 1.4.3 2.0.5
ThisAssembly.AssemblyInfo 1.4.3 2.0.5
ThisAssembly.Constants 2.0.3 2.0.5
ThisAssembly.Resources 1.4.3 2.0.5

Updates ThisAssembly.Constants from 2.0.3 to 2.0.5

Release notes

Sourced from ThisAssembly.Constants's releases.

v2.0.5

Starting in v2.0, ThisAssembly now adopts SponsorLink v2

Sponsor status (direct, indirect or implicit) is required for IDE usage. IDE-only warnings will be issued otherwise. Learn more at https://github.com/devlooped#sponsorlink

What's Changed

✨ Implemented enhancements

Full Changelog: https://github.com/devlooped/ThisAssembly/compare/v2.0.4...v2.0.5

v2.0.4

Starting in v2.0, ThisAssembly now adopts SponsorLink v2

Sponsor status (direct, indirect or implicit) is required for IDE usage. IDE-only warnings will be issued otherwise. Learn more at https://github.com/devlooped#sponsorlink

What's Changed

✨ Implemented enhancements

🐛 Fixed bugs

Full Changelog: https://github.com/devlooped/ThisAssembly/compare/v2.0.3...v2.0.4

Changelog

Sourced from ThisAssembly.Constants's changelog.

v2.0.5 (2024-10-09)

Full Changelog

:sparkles: Implemented enhancements:

  • Make sure we escape constants XML comments #425 (@​kzu)
  • Since types can be public, ensure we always have XML comments #424 (@​kzu)

:bug: Fixed bugs:

  • Setting GenerateAssemblyInfo=false stops source generator from running #407

v2.0.4 (2024-10-08)

Full Changelog

:sparkles: Implemented enhancements:

  • Allow project properties to specify custom comment #420 (@​kzu)

:bug: Fixed bugs:

  • Properly emit AssemblyInfo even if GenerateAssemblyInfo=false #422 (@​kzu)
Commits
  • 8c9cbe2 ⬆️ Bump files with dotnet-file sync
  • 077512b Make sure we escape constants XML comments
  • 583063f Since types can be public, ensure we always have XML comments
  • a316274 🖉 Update changelog with v2.0.4
  • e794f23 Properly emit AssemblyInfo even if GenerateAssemblyInfo=false
  • 79bb2ba +Mᐁ includes
  • 8dd8763 Allow project properties to specify custom comment
  • 6ea45bd Minor doc change for embedded resources root comment
  • 793d995 🖉 Update changelog with v2.0.3
  • See full diff in compare view


Updates ThisAssembly.Project from 2.0.3 to 2.0.5

Release notes

Sourced from ThisAssembly.Project's releases.

v2.0.5

Starting in v2.0, ThisAssembly now adopts SponsorLink v2

Sponsor status (direct, indirect or implicit) is required for IDE usage. IDE-only warnings will be issued otherwise. Learn more at https://github.com/devlooped#sponsorlink

What's Changed

✨ Implemented enhancements

Full Changelog: https://github.com/devlooped/ThisAssembly/compare/v2.0.4...v2.0.5

v2.0.4

Starting in v2.0, ThisAssembly now adopts SponsorLink v2

Sponsor status (direct, indirect or implicit) is required for IDE usage. IDE-only warnings will be issued otherwise. Learn more at https://github.com/devlooped#sponsorlink

What's Changed

✨ Implemented enhancements

🐛 Fixed bugs

Full Changelog: https://github.com/devlooped/ThisAssembly/compare/v2.0.3...v2.0.4

Changelog

Sourced from ThisAssembly.Project's changelog.

v2.0.5 (2024-10-09)

Full Changelog

:sparkles: Implemented enhancements:

  • Make sure we escape constants XML comments #425 (@​kzu)
  • Since types can be public, ensure we always have XML comments #424 (@​kzu)

:bug: Fixed bugs:

  • Setting GenerateAssemblyInfo=false stops source generator from running #407

v2.0.4 (2024-10-08)

Full Changelog

:sparkles: Implemented enhancements:

  • Allow project properties to specify custom comment #420 (@​kzu)

:bug: Fixed bugs:

  • Properly emit AssemblyInfo even if GenerateAssemblyInfo=false #422 (@​kzu)
Commits
  • 8c9cbe2 ⬆️ Bump files with dotnet-file sync
  • 077512b Make sure we escape constants XML comments
  • 583063f Since types can be public, ensure we always have XML comments
  • a316274 🖉 Update changelog with v2.0.4
  • e794f23 Properly emit AssemblyInfo even if GenerateAssemblyInfo=false
  • 79bb2ba +Mᐁ includes
  • 8dd8763 Allow project properties to specify custom comment
  • 6ea45bd Minor doc change for embedded resources root comment
  • 793d995 🖉 Update changelog with v2.0.3
  • See full diff in compare view


Updates ThisAssembly.AssemblyInfo from 2.0.3 to 2.0.5

Release notes

Sourced from ThisAssembly.AssemblyInfo's releases.

v2.0.5

Starting in v2.0, ThisAssembly now adopts SponsorLink v2

Sponsor status (direct, indirect or implicit) is required for IDE usage. IDE-only warnings will be issued otherwise. Learn more at https://github.com/devlooped#sponsorlink

What's Changed

✨ Implemented enhancements

Full Changelog: https://github.com/devlooped/ThisAssembly/compare/v2.0.4...v2.0.5

v2.0.4

Starting in v2.0, ThisAssembly now adopts SponsorLink v2

Sponsor status (direct, indirect or implicit) is required for IDE usage. IDE-only warnings will be issued otherwise. Learn more at https://github.com/devlooped#sponsorlink

What's Changed

✨ Implemented enhancements

🐛 Fixed bugs

Full Changelog: https://github.com/devlooped/ThisAssembly/compare/v2.0.3...v2.0.4

Changelog

Sourced from ThisAssembly.AssemblyInfo's changelog.

v2.0.5 (2024-10-09)

Full Changelog

:sparkles: Implemented enhancements:

  • Make sure we escape constants XML comments #425 (@​kzu)
  • Since types can be public, ensure we always have XML comments #424 (@​kzu)

:bug: Fixed bugs:

  • Setting GenerateAssemblyInfo=false stops source generator from running #407

v2.0.4 (2024-10-08)

Full Changelog

:sparkles: Implemented enhancements:

  • Allow project properties to specify custom comment #420 (@​kzu)

:bug: Fixed bugs:

  • Properly emit AssemblyInfo even if GenerateAssemblyInfo=false #422 (@​kzu)
Commits
  • 8c9cbe2 ⬆️ Bump files with dotnet-file sync
  • 077512b Make sure we escape constants XML comments
  • 583063f Since types can be public, ensure we always have XML comments
  • a316274 🖉 Update changelog with v2.0.4
  • e794f23 Properly emit AssemblyInfo even if GenerateAssemblyInfo=false
  • 79bb2ba +Mᐁ includes
  • 8dd8763 Allow project properties to specify custom comment
  • 6ea45bd Minor doc change for embedded resources root comment
  • 793d995 🖉 Update changelog with v2.0.3
  • See full diff in compare view


Updates ThisAssembly.Constants from 2.0.3 to 2.0.5

Release notes

Sourced from ThisAssembly.Constants's releases.

v2.0.5

Starting in v2.0, ThisAssembly now adopts SponsorLink v2

Sponsor status (direct, indirect or implicit) is required for IDE usage. IDE-only warnings will be issued otherwise. Learn more at https://github.com/devlooped#sponsorlink

What's Changed

✨ Implemented enhancements

Full Changelog: https://github.com/devlooped/ThisAssembly/compare/v2.0.4...v2.0.5

v2.0.4

Starting in v2.0, ThisAssembly now adopts SponsorLink v2

Sponsor status (direct, indirect or implicit) is required for IDE usage. IDE-only warnings will be issued otherwise. Learn more at https://github.com/devlooped#sponsorlink

What's Changed

✨ Implemented enhancements

🐛 Fixed bugs

Full Changelog: https://github.com/devlooped/ThisAssembly/compare/v2.0.3...v2.0.4

Changelog

Sourced from ThisAssembly.Constants's changelog.

v2.0.5 (2024-10-09)

Full Changelog

:sparkles: Implemented enhancements:

  • Make sure we escape constants XML comments #425 (@​kzu)
  • Since types can be public, ensure we always have XML comments #424 (@​kzu)

:bug: Fixed bugs:

  • Setting GenerateAssemblyInfo=false stops source generator from running #407

v2.0.4 (2024-10-08)

Full Changelog

:sparkles: Implemented enhancements:

  • Allow project properties to specify custom comment #420 (@​kzu)

:bug: Fixed bugs:

  • Properly emit AssemblyInfo even if GenerateAssemblyInfo=false #422 (@​kzu)
Commits
  • 8c9cbe2 ⬆️ Bump files with dotnet-file sync
  • 077512b Make sure we escape constants XML comments
  • 583063f Since types can be public, ensure we always have XML comments
  • a316274 🖉 Update changelog with v2.0.4
  • e794f23 Properly emit AssemblyInfo even if GenerateAssemblyInfo=false
  • 79bb2ba +Mᐁ includes
  • 8dd8763 Allow project properties to specify custom comment
  • 6ea45bd Minor doc change for embedded resources root comment
  • 793d995 🖉 Update changelog with v2.0.3
  • See full diff in compare view


Updates ThisAssembly.Strings from 2.0.3 to 2.0.5

Release notes

Sourced from ThisAssembly.Strings's releases.

v2.0.5

Starting in v2.0, ThisAssembly now adopts SponsorLink v2

Sponsor status (direct, indirect or implicit) is required for IDE usage. IDE-only warnings will be issued otherwise. Learn more at https://github.com/devlooped#sponsorlink

What's Changed

✨ Implemented enhancements

Full Changelog: https://github.com/devlooped/ThisAssembly/compare/v2.0.4...v2.0.5

v2.0.4

Starting in v2.0, ThisAssembly now adopts SponsorLink v2

Sponsor status (direct, indirect or implicit) is required for IDE usage. IDE-only warnings will be issued otherwise. Learn more at https://github.com/devlooped#sponsorlink

What's Changed

✨ Implemented enhancements

🐛 Fixed bugs

Full Changelog: https://github.com/devlooped/ThisAssembly/compare/v2.0.3...v2.0.4

Changelog

Sourced from ThisAssembly.Strings's changelog.

v2.0.5 (2024-10-09)

Full Changelog

:sparkles: Implemented enhancements:

  • Make sure we escape constants XML comments #425 (@​kzu)
  • Since types can be public, ensure we always have XML comments #424 (@​kzu)

:bug: Fixed bugs:

  • Setting GenerateAssemblyInfo=false stops source generator from running #407

v2.0.4 (2024-10-08)

Full Changelog

:sparkles: Implemented enhancements:

  • Allow project properties to specify custom comment #420 (@​kzu)

:bug: Fixed bugs:

  • Properly emit AssemblyInfo even if GenerateAssemblyInfo=false #422 (@​kzu)
Commits
  • 8c9cbe2 ⬆️ Bump files with dotnet-file sync
  • 077512b Make sure we escape constants XML comments
  • 583063f Since types can be public, ensure we always have XML comments
  • a316274 🖉 Update changelog with v2.0.4
  • e794f23 Properly emit AssemblyInfo even if GenerateAssemblyInfo=false
  • 79bb2ba +Mᐁ includes
  • 8dd8763 Allow project properties to specify custom comment
  • 6ea45bd Minor doc change for embedded resources root comment
  • 793d995 🖉 Update changelog with v2.0.3
  • See full diff in compare view


Updates ThisAssembly.Constants from 1.4.3 to 2.0.5

Release notes

Sourced from ThisAssembly.Constants's releases.

v2.0.5

Starting in v2.0, ThisAssembly now adopts SponsorLink v2

Sponsor status (direct, indirect or implicit) is required for IDE usage. IDE-only warnings will be issued otherwise. Learn more at https://github.com/devlooped#sponsorlink

What's Changed

✨ Implemented enhancements

Full Changelog: https://github.com/devlooped/ThisAssembly/compare/v2.0.4...v2.0.5

v2.0.4

Starting in v2.0, ThisAssembly now adopts SponsorLink v2

Sponsor status (direct, indirect or implicit) is required for IDE usage. IDE-only warnings will be issued otherwise. Learn more at https://github.com/devlooped#sponsorlink

What's Changed

✨ Implemented enhancements

🐛 Fixed bugs

Full Changelog: https://github.com/devlooped/ThisAssembly/compare/v2.0.3...v2.0.4

Changelog

Sourced from ThisAssembly.Constants's changelog.

v2.0.5 (2024-10-09)

Full Changelog

:sparkles: Implemented enhancements:

  • Make sure we escape constants XML comments #425 (@​kzu)
  • Since types can be public, ensure we always have XML comments #424 (@​kzu)

:bug: Fixed bugs:

  • Setting GenerateAssemblyInfo=false stops source generator from running #407

v2.0.4 (2024-10-08)

Full Changelog

:sparkles: Implemented enhancements:

  • Allow project properties to specify custom comment #420 (@​kzu)

:bug: Fixed bugs:

  • Properly emit AssemblyInfo even if GenerateAssemblyInfo=false #422 (@​kzu)
Commits
  • 8c9cbe2 ⬆️ Bump files with dotnet-file sync
  • 077512b Make sure we escape constants XML comments
  • 583063f Since types can be public, ensure we always have XML comments
  • a316274 🖉 Update changelog with v2.0.4
  • e794f23 Properly emit AssemblyInfo even if GenerateAssemblyInfo=false
  • 79bb2ba +Mᐁ includes
  • 8dd8763 Allow project properties to specify custom comment
  • 6ea45bd Minor doc change for embedded resources root comment
  • 793d995 🖉 Update changelog with v2.0.3
  • See full diff in compare view


Updates ThisAssembly.Git from 1.4.3 to 2.0.5

Release notes

Sourced from ThisAssembly.Git's releases.

v2.0.5

Starting in v2.0, ThisAssembly now adopts SponsorLink v2

Sponsor status (direct, indirect or implicit) is required for IDE usage. IDE-only warnings will be issued otherwise. Learn more at https://github.com/devlooped#sponsorlink

What's Changed

✨ Implemented enhancements

Full Changelog: https://github.com/devlooped/ThisAssembly/compare/v2.0.4...v2.0.5

v2.0.4

Starting in v2.0, ThisAssembly now adopts SponsorLink v2

Sponsor status (direct, indirect or implicit) is required for IDE usage. IDE-only warnings will be issued otherwise. Learn more at https://github.com/devlooped#sponsorlink

What's Changed

✨ Implemented enhancements

🐛 Fixed bugs

Full Changelog: https://github.com/devlooped/ThisAssembly/compare/v2.0.3...v2.0.4

v2.0.3

Starting in v2.0, ThisAssembly now adopts SponsorLink v2

Sponsor status (direct, indirect or implicit) is required for IDE usage. IDE-only warnings will be issued otherwise. Learn more at https://github.com/devlooped#sponsorlink

What's Changed

✨ Implemented enhancements

📝 Documentation updates

... (truncated)

Changelog

Sourced from ThisAssembly.Git's changelog.

v2.0.5 (2024-10-09)

Full Changelog

:sparkles: Implemented enhancements:

  • Make sure we escape constants XML comments #425 (@​kzu)
  • Since types can be public, ensure we always have XML comments #424 (@​kzu)

:bug: Fixed bugs:

  • Setting GenerateAssemblyInfo=false stops source generator from running #407

v2.0.4 (2024-10-08)

Full Changelog

:sparkles: Implemented enhancements:

  • Allow project properties to specify custom comment #420 (@​kzu)

:bug: Fixed bugs:

  • Properly emit AssemblyInfo even if GenerateAssemblyInfo=false #422 (@​kzu)

v2.0.3 (2024-09-30)

Full Changelog

:sparkles: Implemented enhancements:

  • Add ThisAssembly.Vsix #405
  • Avoid non-Git constants conflict, update root comment #415 (@​kzu)
  • Allow constants to define custom root comment summary #414 (@​kzu)
  • Add ThisAssembly.Vsix for VSIX extensibility projects #412 (@​kzu)

:twisted_rightwards_arrows: Merged:

v2.0.2 (2024-09-30)

Full Changelog

:bug: Fixed bugs:

  • Warnings about invalid XML Comments in generated code #408
  • Properly fix formatting error by switching to href #411 (@​kzu)

... (truncated)

Commits
  • 8c9cbe2 ⬆️ Bump files with dotnet-file sync
  • 077512b Make sure we escape constants XML comments
  • 583063f Since types can be public, ensure we always have XML comments
  • a316274 🖉 Update changelog with v2.0.4
  • e794f23 Properly emit AssemblyInfo even if GenerateAssemblyInfo=false
  • 79bb2ba +Mᐁ includes
  • 8dd8763 Allow project properties to specify custom comment
  • 6ea45bd Minor doc change for embedded resources root comment
  • 793d995 🖉 Update changelog with v2.0.3
  • ed2f092 Provide custom Metadata class summary
  • Additional commits viewable in compare view


Updates ThisAssembly.Constants from 2.0.3 to 2.0.5

Release notes

Sourced from ThisAssembly.Constants's releases.

v2.0.5

Starting in v2.0, ThisAssembly now adopts SponsorLink v2

Sponsor status (direct, indirect or implicit) is required for IDE usage. IDE-only warnings will be issued otherwise. Learn more at https://github.com/devlooped#sponsorlink

What's Changed

✨ Implemented enhancements

Full Changelog: https://github.com/devlooped/ThisAssembly/compare/v2.0.4...v2.0.5

v2.0.4

Starting in v2.0, ThisAssembly now adopts SponsorLink v2

Sponsor status (direct, indirect or implicit) is required for IDE usage. IDE-only warnings will be issued otherwise. Learn more at https://github.com/devlooped#sponsorlink

What's Changed

✨ Implemented enhancements

🐛 Fixed bugs

Full Changelog: https://github.com/devlooped/ThisAssembly/compare/v2.0.3...v2.0.4

Changelog

Sourced from ThisAssembly.Constants's changelog.

v2.0.5 (2024-10-09)

Full Changelog

:sparkles: Implemented enhancements:

  • Make sure we escape constants XML comments #425 (@​kzu)
  • Since types can be public, ensure we always have XML comments #424 (@​kzu)

:bug: Fixed bugs:

  • Setting GenerateAssemblyInfo=false stops source generator from running #407

v2.0.4 (2024-10-08)

Full Changelog

:sparkles: Implemented enhancements:

  • Allow project properties to specify custom comment #420 (@​kzu)

:bug: Fixed bugs:

  • Properly emit AssemblyInfo even if GenerateAssemblyInfo=false #422 (@​kzu)
Commits
  • 8c9cbe2 ⬆️ Bump files with dotnet-file sync
  • 077512b Make sure we escape constants XML comments
  • 583063f Since types can be public, ensure we always have XML comments
  • a316274 🖉 Update changelog with v2.0.4
  • e794f23 Properly emit AssemblyInfo even if GenerateAssemblyInfo=false
  • 79bb2ba +Mᐁ includes
  • 8dd8763 Allow project properties to specify custom comment
  • 6ea45bd Minor doc change for embedded resources root comment
  • 793d995 🖉 Update changelog with v2.0.3
  • See full diff in compare view


Updates ThisAssembly.Project from 1.4.3 to 2.0.5

Release notes

Sourced from ThisAssembly.Project's releases.

v2.0.5

Starting in v2.0, ThisAssembly now adopts SponsorLink v2

Sponsor status (direct, indirect or implicit) is required for IDE usage. IDE-only warnings will be issued otherwise. Learn more at https://github.com/devlooped#sponsorlink

What's Changed

✨ Implemented enhancements

Full Changelog: https://github.com/devlooped/ThisAssembly/compare/v2.0.4...v2.0.5

v2.0.4

Starting in v2.0, ThisAssembly now adopts SponsorLink v2

Sponsor status (direct, indirect or implicit) is required for IDE usage. IDE-only warnings will be issued otherwise. Learn more at https://github.com/devlooped#sponsorlink

What's Changed

✨ Implemented enhancements

🐛 Fixed bugs

Full Changelog: https://github.com/devlooped/ThisAssembly/compare/v2.0.3...v2.0.4

Changelog

Sourced from ThisAssembly.Project's changelog.

v2.0.5 (2024-10-09)

Full Changelog

:sparkles: Implemented enhancements:

  • Make sure we escape constants XML comments #425 (@​kzu)
  • Since types can be public, ensure we always have XML comments #424 (@​kzu)

:bug: Fixed bugs:

  • Setting GenerateAssemblyInfo=false stops source generator from running #407

v2.0.4 (2024-10-08)

Full Changelog

:sparkles: Implemented enhancements:

  • Allow project properties to specify custom comment #420 (@​kzu)

:bug: Fixed bugs:

  • Properly emit AssemblyInfo even if GenerateAssemblyInfo=false #422 (@​kzu)
Commits
  • 8c9cbe2 ⬆️ Bump files with dotnet-file sync
  • 077512b Make sure we escape constants XML comments
  • 583063f Since types can be public, ensure we always have XML comments
  • a316274 🖉 Update changelog with v2.0.4
  • e794f23 Properly emit AssemblyInfo even if GenerateAssemblyInfo=false
  • 79bb2ba +Mᐁ includes
  • 8dd8763 Allow project properties to specify custom comment
  • 6ea45bd Minor doc change for embedded resources root comment
  • 793d995 🖉 Update changelog with v2.0.3
  • See full diff in compare view


Updates ThisAssembly.AssemblyInfo from 1.4.3 to 2.0.5

Release notes

Sourced from ThisAssembly.AssemblyInfo's releases.

v2.0.5

Starting in v2.0, ThisAssembly now adopts SponsorLink v2

Sponsor status (direct, indirect or implicit) is required for IDE usage. IDE-only warnings will be issued otherwise. Learn more at https://github.com/devlooped#sponsorlink

What's Changed

✨ Implemented enhancements

Full Changelog: https://github.com/devlooped/ThisAssembly/compare/v2.0.4...v2.0.5

v2.0.4

Starting in v2.0, ThisAssembly now adopts SponsorLink v2

Sponsor status (direct, indirect or implicit) is required for IDE usage. IDE-only warnings will be issued otherwise. Learn more at https://github.com/devlooped#sponsorlink

What's Changed

✨ Implemented enhancements

🐛 Fixed bugs

Full Changelog: https://github.com/devlooped/ThisAssembly/compare/v2.0.3...v2.0.4

Changelog

Sourced from ThisAssembly.AssemblyInfo's changelog.

v2.0.5 (2024-10-09)

Full Changelog

:sparkles: Implemented enhancements:

  • Make sure we escape constants XML comments #425 (@​kzu)
  • Since types can be public, ensure we always have XML comments #424 (@​kzu
kzu commented 1 month ago

@dependabot ignore these dependencies

kzu commented 1 month ago

@dependabot ignore these dependencies

dependabot[bot] commented 1 month ago

Looks like these dependencies are no longer being updated by Dependabot, so this is no longer needed.

dependabot[bot] commented 1 month ago

The group that created this PR has been removed from your configuration.