Skip to content

Commit 1c17cd4

Browse files
authored
renovate: Try disabling Python updates (try #3) (#13790)
1 parent 0c59eb8 commit 1c17cd4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: .github/renovate.json5

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@
77
"semanticCommits": "disabled",
88
"separateMajorMinor": false,
99
"prHourlyLimit": 10,
10+
// This package rule disables updates for `actions/setup-python` Python versions:
11+
// it's better to do these manually as there's often a reason why we can't use
12+
// the latest Python version in CI for a specific job
13+
ignoreDeps: ["python"],
1014
"pre-commit": {
1115
"enabled": true
1216
},
1317
"packageRules": [
1418
{
1519
groupName: "GitHub Actions",
1620
matchManagers: ["github-actions"],
17-
// This package rule disables updates for `actions/setup-python` Python versions:
18-
// it's better to do these manually as there's often a reason why we can't use
19-
// the latest Python version in CI for a specific job
20-
matchPackageNames: ["!python"],
2121
description: "Quarterly update of GitHub Action dependencies",
2222
schedule: ["every 3 months on the first day of the month"]
2323
},

0 commit comments

Comments
 (0)