We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a1e0ce commit 18d1e51Copy full SHA for 18d1e51
1 file changed
.github/renovate.json5
@@ -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