Skip to content

Commit e341a9f

Browse files
[Github] Exclude Renovate from Updating OS Versions in GHA (llvm#166811)
We usually set this explicitly for various reasons. Exclude them from the renovate config so that they do not get included in the automatically generated PRs.
1 parent ecddaae commit e341a9f

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/renovate.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,12 @@
88
"minimumReleaseAge": "3 days",
99
"assignees": ["boomanaiden154"],
1010
"ignorePaths": [".github/workflows/containers/**"],
11-
"groupName": "[Github] Update GHA Dependencies"
11+
"groupName": "[Github] Update GHA Dependencies",
12+
"packageRules": [
13+
{
14+
"matchPackageNames": ["windows", "macos"],
15+
"matchManagers": ["github-actions"],
16+
"enabled": false
17+
}
18+
]
1219
}

0 commit comments

Comments
 (0)