anthonychengit opened a new pull request, #8004:
URL: https://github.com/apache/texera/pull/8004

   ### What changes were proposed in this PR?
   
   Prevent Renovate from independently raising the Python interpreter used by 
GitHub Actions while the CI data stack remains pinned to older pandas, NumPy, 
and PyArrow releases.
   
   ```text
   Before: setup-python bump -> interpreter may outrun frozen package wheels -> 
CI install failure
   After:  interpreter stays frozen -> interpreter and data packages are 
upgraded together manually
   ```
   
   The rule is narrowly scoped to the `github-actions` manager and Renovate's 
`python` dependency name. Other GitHub Actions updates remain enabled and 
grouped as before.
   
   ### Any related issues, documentation, discussions?
   
   Closes #7720.
   
   ### How was this PR tested?
   
   The regression check was written before the config change and initially 
failed because no setup-python freeze rule existed. After the change:
   
   ```text
   npx --yes --package [email protected] renovate-config-validator 
.github/renovate.json5
   git diff --check
   ```
   
   Result: Renovate reported `Config validated successfully against 1 file(s)`, 
and the diff check passed.
   
   ### Was this PR authored or co-authored using generative AI tooling?
   
   Generated-by: Codex was used for implementation and verification assistance. 
I reviewed the final code and test output before submission.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to