Files
llvm-project/.github/renovate.json
Aiden Grossman a084deff3b [Github] Try changing package name
To see if this actually captures the python upgrades within that file.
The previous commit did not fix the issue.
2026-02-03 01:02:37 +00:00

26 lines
668 B
JSON

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
],
"includePaths": [".github/**"],
"schedule": "* 0 * * 1",
"minimumReleaseAge": "3 days",
"assignees": ["boomanaiden154"],
"ignorePaths": [".github/workflows/containers/**"],
"groupName": "[Github] Update GHA Dependencies",
"packageRules": [
{
"matchPackageNames": ["windows", "macos"],
"matchManagers": ["github-actions"],
"enabled": false
},
{
"matchPackageNames": ["python"],
"matchManagers": ["github-actions"],
"matchFileNames": ["release-binaries.yml"],
"enabled": false
}
]
}