Skip to content

Commit d3900ab

Browse files
authored
[Github] Add renovate configuration for Github Actions (#159899)
See the third version of the PR description for the changes that will be made.
1 parent 6d4bb20 commit d3900ab

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/renovate.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": [
4+
"config:recommended"
5+
],
6+
"includePaths": [".github/**"],
7+
"schedule": "* 0 * * 1",
8+
"minimumReleaseAge": "3 days",
9+
"assignees": ["boomanaiden154"],
10+
"ignorePaths": [".github/workflows/containers/**"],
11+
"groupName": "[Github] Update GHA Dependencies"
12+
}

0 commit comments

Comments
 (0)