Skip to content

Conversation

@martincostello
Copy link
Owner

Add annotations to have Renovate update the dependencies in the workflow files.

Add annotations to have Renovate update the dependencies in the workflow files.
Copilot AI review requested due to automatic review settings June 21, 2025 07:13
@martincostello martincostello enabled auto-merge (rebase) June 21, 2025 07:13
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

Add Renovate annotations to enable automatic updates of PowerShell-related dependencies in the CI workflow.

  • Insert renovate: comments above POWERSHELL_YAML_VERSION and PSSCRIPTANALYZER_VERSION
  • Specify datasource, depName, and packageName for each dependency
Comments suppressed due to low confidence (2)

.github/workflows/lint.yml:18

  • Align the indentation of the Renovate annotation with the environment variables (four spaces) so it visually matches the POWERSHELL_YAML_VERSION line.
  # renovate: datasource=github-releases depName=powershell-yaml packageName=cloudbase/powershell-yaml

.github/workflows/lint.yml:20

  • Indent this Renovate annotation to the same level as the PSSCRIPTANALYZER_VERSION env variable (four spaces) for consistency.
  # renovate: datasource=github-releases depName=PSScriptAnalyzer packageName=PowerShell/PSScriptAnalyzer

@martincostello martincostello merged commit 7178f5e into main Jun 21, 2025
5 checks passed
@martincostello martincostello deleted the renovate-annotations branch June 21, 2025 07:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants