ant-druha / intellij-powershell

Adds PowerShell language support to IntelliJ-based IDEs.
https://plugins.jetbrains.com/plugin/10249-powershell
Apache License 2.0
70 stars 19 forks source link

Automatic dependency updates for PSScriptAnalyzer and PowerShellEditorServices #243

Closed ForNeVeR closed 4 months ago

ForNeVeR commented 4 months ago

This introduces a workflow that checks the current versions of all the PowerShell dependencies and will send a PR updating them if the updates are detected.

The only problem is that such a bot-authored PR won't trigger the CI by default; the workaround for that is listed in the PR itself (our handmade bot won't ever have such a level of integration as Dependabot, sadly, but this I currently consider tolerable).