We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1443c69 commit 8c02da8Copy full SHA for 8c02da8
.github/renovate.json5
@@ -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