We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
actions/setup-python
1 parent d979cf4 commit 5b6d2c9Copy full SHA for 5b6d2c9
.github/renovate.json .github/renovate.json5.github/renovate.json renamed to .github/renovate.json5
@@ -17,6 +17,16 @@
17
"description": "Quarterly update of GitHub Action dependencies",
18
"schedule": ["every 3 months on the first day of the month"]
19
},
20
+ {
21
+ // This package rule disables updates for `actions/setup-python` Python versions:
22
+ // it's better to do these manually as there's often a reason why we can't use
23
+ // the latest Python version in CI for a specific job
24
+ groupName: "Python versions",
25
+ matchManagers: ["github-actions"],
26
+ matchPackageNames: ["python"],
27
+ description: "Disable PRs updating Python versions",
28
+ enabled: false,
29
+ },
30
{
31
"groupName": "most test/lint dependencies",
32
"matchManagers": ["pip_requirements", "pre-commit"],
0 commit comments