Skip to content

Conversation

martincostello
Copy link
Member

Changes

Fix Renovate not including the scripts correctly to keep OATS up-to-date.

I noticed just now that they were missing from #159.

Merge requirement checklist

  • Unit tests added/updated
  • CHANGELOG.md updated
  • Changes in public API reviewed (if applicable)

Fix Renovate not including the scripts correctly.
@Copilot Copilot AI review requested due to automatic review settings July 30, 2025 15:13
@martincostello martincostello requested a review from a team as a code owner July 30, 2025 15:13
@martincostello martincostello enabled auto-merge (squash) July 30, 2025 15:13
Copy link

@Copilot 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

This PR fixes Renovate configuration to properly detect and update version variables in PowerShell and shell scripts. The issue was that the managerFilePatterns were using simple glob patterns instead of the required regex format, preventing Renovate from including scripts in the OATS (OpenTelemetry Auto-Instrumentation for .NET) update process.

  • Updates managerFilePatterns from glob-style patterns to proper regex patterns
  • Ensures PowerShell (.ps1) and shell (.sh) scripts are correctly included in Renovate's dependency management

@martincostello martincostello merged commit 16080c2 into main Jul 30, 2025
18 checks passed
@martincostello martincostello deleted the fix-renovate-config branch July 30, 2025 18:49
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