renovate: Try disabling Python updates (try #3) (#13790)

This commit is contained in:
Sebastian Rittau
2025-04-03 19:40:51 +02:00
committed by GitHub
parent 0c59eb8bbb
commit 1c17cd429c
+4 -4
View File
@@ -7,6 +7,10 @@
"semanticCommits": "disabled",
"separateMajorMinor": false,
"prHourlyLimit": 10,
// This package rule disables updates for `actions/setup-python` Python versions:
// it's better to do these manually as there's often a reason why we can't use
// the latest Python version in CI for a specific job
ignoreDeps: ["python"],
"pre-commit": {
"enabled": true
},
@@ -14,10 +18,6 @@
{
groupName: "GitHub Actions",
matchManagers: ["github-actions"],
// This package rule disables updates for `actions/setup-python` Python versions:
// it's better to do these manually as there's often a reason why we can't use
// the latest Python version in CI for a specific job
matchPackageNames: ["!python"],
description: "Quarterly update of GitHub Action dependencies",
schedule: ["every 3 months on the first day of the month"]
},