Skip to content

Commit 5c75236

Browse files
[Github] Prevent updates to python version in release binaries workflow (llvm#179290)
This workflow needs special care around python versions. We should by default disable automatic python updates to this workflow.
1 parent 1828356 commit 5c75236

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/renovate.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@
1414
"matchPackageNames": ["windows", "macos"],
1515
"matchManagers": ["github-actions"],
1616
"enabled": false
17+
},
18+
{
19+
"matchPackageNames": ["actions/python-versions"],
20+
"matchManagers": ["github-actions"],
21+
"matchFileNames": ["release-binaries.yml"],
22+
"enabled": false
1723
}
1824
]
1925
}

0 commit comments

Comments
 (0)