Skip to content

Commit 18d1e51

Browse files
authored
Create renovate.json5
1 parent 4a1e0ce commit 18d1e51

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

.github/renovate.json5

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

0 commit comments

Comments
 (0)