Skip to content

Conversation

@DiamondJoseph
Copy link
Contributor

The example-services compose-file that we for our system tests is adjusting the ports that it uses. As we are tracking main of that repository we need to pin this dependency, allowing the ports to be adjusted for the next release.

With Renovate we should be able to keep the dependency pinned and use the latest releases, which will require an adjustment to the ports when the release is made.

Comment on lines +64 to +76
"customManagers": [
{
"customType": "regex",
"fileMatch": [
"^\\.github/workflows/[^/]+\\.ya?ml$"
],
"matchStringsStrategy": "combination",
"matchStrings": [
"uses: actions/checkout@v*\\s",
"repository: (?<depName>.*?)\\s",
"ref: (?<currentValue>.*?)\\s"
],
"datasourceTemplate": "github-tags"
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Copy link
Contributor

Choose a reason for hiding this comment

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

I might be worth looking for a fileMatch of Dockerfile to ignore creating this type of PR

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I believe our Dockerfiles will stop having ARG of python version once we're using uv, which means we can then pin to the version of python we actually use for our build and the spurious PRs will be much reduced (along with uv better control of dependencies)

@codecov
Copy link

codecov bot commented Aug 1, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 94.49%. Comparing base (ed1c621) to head (36bf799).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1144   +/-   ##
=======================================
  Coverage   94.49%   94.49%           
=======================================
  Files          41       41           
  Lines        2544     2544           
=======================================
  Hits         2404     2404           
  Misses        140      140           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@DiamondJoseph DiamondJoseph marked this pull request as ready for review August 1, 2025 09:07
@DiamondJoseph DiamondJoseph requested a review from a team as a code owner August 1, 2025 09:07
@DiamondJoseph DiamondJoseph merged commit 6ba1c60 into main Aug 4, 2025
17 checks passed
@DiamondJoseph DiamondJoseph deleted the pin-system-tests branch August 4, 2025 09:17
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.

3 participants