Skip to content

Commit a1dc423

Browse files
Configure Renovate (#5)
* chore(deps): add renovate.json Co-authored-by: Peter Trifanov <[email protected]>
1 parent 57cbf79 commit a1dc423

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

renovate.json

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"enabled": true,
3+
"schedule": [
4+
"before 4am on Saturday"
5+
],
6+
"packageRules": [
7+
{
8+
"managers": ["github-actions"],
9+
"groupName": "all github actions",
10+
"groupSlug": "all-github-actions"
11+
}
12+
]
13+
}

0 commit comments

Comments
 (0)