Skip to content

fix(ci): skip astral-sh/uv update#3345

Merged
AlexanderBarabanov merged 1 commit intoopen-edge-platform:mainfrom
AlexanderBarabanov:main
Feb 13, 2026
Merged

fix(ci): skip astral-sh/uv update#3345
AlexanderBarabanov merged 1 commit intoopen-edge-platform:mainfrom
AlexanderBarabanov:main

Conversation

@AlexanderBarabanov
Copy link
Copy Markdown
Contributor

📝 Description

Was tested in AlexanderBarabanov#4

Before
image

After
image

✨ Changes

Select what type of change your PR is:

  • 🚀 New feature (non-breaking change which adds functionality)
  • 🐞 Bug fix (non-breaking change which fixes an issue)
  • 🔄 Refactor (non-breaking change which refactors the code base)
  • ⚡ Performance improvements
  • 🎨 Style changes (code style/formatting)
  • 🧪 Tests (adding/modifying tests)
  • 📚 Documentation update
  • 📦 Build system changes
  • 🚧 CI/CD configuration
  • 🔧 Chore (general maintenance)
  • 🔒 Security update
  • 💥 Breaking change (fix or feature that would cause existing functionality to not work as expected)

✅ Checklist

Before you submit your pull request, please make sure you have completed the following steps:

  • 📚 I have made the necessary updates to the documentation (if applicable).
  • 🧪 I have written tests that support my changes and prove that my fix is effective or my feature works (if applicable).
  • 🏷️ My PR title follows conventional commit format.

For more information about code review checklists, see the Code Review Checklist.

Signed-off-by: Alexander Barabanov <97449232+AlexanderBarabanov@users.noreply.github.com>
@AlexanderBarabanov AlexanderBarabanov requested a review from a team as a code owner February 13, 2026 09:51
Copilot AI review requested due to automatic review settings February 13, 2026 09:51
Copy link
Copy Markdown
Contributor

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 the Renovate configuration to properly skip automatic updates for the astral-sh/uv tool version used in GitHub Actions workflows. The issue was that the matchDepTypes: ["uses-with"] constraint was preventing the rule from matching and disabling uv updates as intended.

Changes:

  • Removed the overly specific matchDepTypes: ["uses-with"] constraint from the astral-sh/uv update skip rule in Renovate configuration

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Copy link
Copy Markdown
Contributor

@ivanzati ivanzati left a comment

Choose a reason for hiding this comment

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

Thank you, Alexander!

@AlexanderBarabanov AlexanderBarabanov enabled auto-merge (squash) February 13, 2026 10:05
@AlexanderBarabanov AlexanderBarabanov merged commit d371adc into open-edge-platform:main Feb 13, 2026
22 checks passed
@codecov-commenter
Copy link
Copy Markdown

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

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.

5 participants