Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable Python version updates for actions/setup-python from Renovate #13758

Merged
merged 1 commit into from
Apr 1, 2025

Conversation

AlexWaygood
Copy link
Member

This PR:

  • Adds a new group with enabled: false that covers Python version updates such as Update dependency python to 3.13 #13753. I think it's better for us to do these manually: there's often a specific reason why we can't use the latest Python version for a certain CI job, so automated PRs are just annoying.
  • Switches our Renovate config to use .json5 as the file format rather than .json. JSON5 is an extended version of JSON that allows you to use comments, trailing commas, and some other nice things.

Closes #13753

@srittau srittau merged commit 5b6d2c9 into python:main Apr 1, 2025
35 checks passed
@AlexWaygood
Copy link
Member Author

I'm not totally sure this actually worked, looking at #11588, FWIW... but don't really have time to investigate right now :(

@AlexWaygood AlexWaygood deleted the renovate-python branch April 3, 2025 10:05
@srittau
Copy link
Collaborator

srittau commented Apr 3, 2025

Yeah, I've played around with the various renovate PRs, but renovate seems to want to refresh this PR.

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