Files
llvm/.github/renovate.json
Mend Renovate d3900ab78f [Github] Add renovate configuration for Github Actions (#159899)
See the third version of the PR description for the changes that will be made.
2025-09-23 08:25:41 -07:00

13 lines
348 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"
}