mirror of
https://github.com/intel/llvm.git
synced 2026-01-13 11:02:04 +08:00
13 lines
348 B
JSON
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"
|
|
}
|