-[Dependabot](https://docs.github.com/en/code-security/dependabot) keeps dependencies current for npm, pip, NuGet, Cargo, Go modules, Maven, Composer, and [many more](https://docs.github.com/en/code-security/dependabot/ecosystems-supported-by-dependabot/supported-ecosystems-and-repositories) — but it **does not recognize PowerShell's native package management**. Although modules are distributed as NuGet packages on the PowerShell Gallery, the `nuget` ecosystem only understands .NET project files; it does not read a module manifest's `RequiredModules`, `#Requires -Module` statements, or a [PSResourceGet](https://learn.microsoft.com/en-us/powershell/module/microsoftpowershell.psresourceget/) lock file.
0 commit comments