Skip to content

Commit 6156de4

Browse files
Configure Renovate (#564)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Johannes Müller <[email protected]>
1 parent 3dca878 commit 6156de4

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

renovate.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": [
4+
"config:base"
5+
],
6+
"separateMajorMinor": false,
7+
"packageRules": [
8+
{
9+
"groupName": "GH Actions",
10+
"matchManagers": ["github-actions"],
11+
"schedule": ["after 5am and before 8am on Wednesday"]
12+
}
13+
]
14+
}

0 commit comments

Comments
 (0)