Skip to content

Commit e0b159e

Browse files
Add Renovate configuration (#34)
Co-authored-by: otelbot <[email protected]>
1 parent 2d03821 commit e0b159e

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.github/renovate.json5

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": [
4+
"config:best-practices",
5+
"helpers:pinGitHubActionDigestsToSemver"
6+
],
7+
"packageRules": [
8+
{
9+
"groupName": "all patch versions",
10+
"matchUpdateTypes": ["patch"],
11+
"schedule": ["before 8am every weekday"]
12+
},
13+
{
14+
"matchUpdateTypes": ["minor", "major"],
15+
"schedule": ["before 8am on Monday"]
16+
}
17+
],
18+
"labels": [
19+
"dependencies"
20+
]
21+
}

0 commit comments

Comments
 (0)